結果
問題 |
No.3011 あ、俺こいつの役やりたい!
|
ユーザー |
|
提出日時 | 2025-01-25 13:11:56 |
言語 | PyPy3 (7.3.15) |
結果 |
RE
|
実行時間 | - |
コード長 | 114 bytes |
コンパイル時間 | 500 ms |
コンパイル使用メモリ | 82,104 KB |
実行使用メモリ | 83,956 KB |
平均クエリ数 | 12.57 |
最終ジャッジ日時 | 2025-01-25 22:36:17 |
合計ジャッジ時間 | 6,191 ms |
ジャッジサーバーID (参考情報) |
judge9 / judge8 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 41 RE * 3 |
ソースコード
x=10**9 while 1: print(x,flush=1) r=int(input()) if r==1: exit() else: x//=2 x+=1