結果
| 問題 |
No.3011 あ、俺こいつの役やりたい!
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-01-25 12:43:36 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 59 ms / 2,000 ms |
| コード長 | 143 bytes |
| コンパイル時間 | 256 ms |
| コンパイル使用メモリ | 82,376 KB |
| 実行使用メモリ | 69,632 KB |
| 平均クエリ数 | 12.45 |
| 最終ジャッジ日時 | 2025-01-25 22:19:08 |
| 合計ジャッジ時間 | 4,891 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 44 |
ソースコード
M=30
x = 10**9
for i in range(M):
print(x, flush=True)
r = int(input())
if r == 1:
exit()
elif r == 0:
x //= 2