結果
| 問題 | No.3460 Chocolate Divide Game |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2026-02-28 16:49:56 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 731 ms / 2,000 ms |
| コード長 | 95 bytes |
| 記録 | |
| コンパイル時間 | 466 ms |
| コンパイル使用メモリ | 77,560 KB |
| 実行使用メモリ | 74,816 KB |
| 最終ジャッジ日時 | 2026-02-28 16:50:02 |
| 合計ジャッジ時間 | 6,315 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 7 |
ソースコード
[print("Bob" if (int(input()) + 1).bit_count() == 1 else "Alice") for _ in range(int(input()))]