結果

問題 No.3011 あ、俺こいつの役やりたい!
ユーザー matttttttoy
提出日時 2025-01-25 12:45:48
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 58 ms / 2,000 ms
コード長 122 bytes
コンパイル時間 282 ms
コンパイル使用メモリ 82,908 KB
実行使用メモリ 70,424 KB
平均クエリ数 11.61
最終ジャッジ日時 2025-01-25 22:20:11
合計ジャッジ時間 4,954 ms
ジャッジサーバーID
(参考情報)
judge6 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 44
権限があれば一括ダウンロードができます

ソースコード

diff #

M=10**9
for i in range(30):
    M=(M+1)//2
    print(M)

    if int(input())==0:
        continue
    else:
        exit()
0