結果
問題 |
No.3011 あ、俺こいつの役やりたい!
|
ユーザー |
|
提出日時 | 2025-01-25 14:25:17 |
言語 | PyPy3 (7.3.15) |
結果 |
TLE
|
実行時間 | - |
コード長 | 143 bytes |
コンパイル時間 | 306 ms |
コンパイル使用メモリ | 82,624 KB |
実行使用メモリ | 102,444 KB |
最終ジャッジ日時 | 2025-01-25 23:20:29 |
合計ジャッジ時間 | 138,157 ms |
ジャッジサーバーID (参考情報) |
judge8 / judge9 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | TLE * 44 |
ソースコード
n = int(input()) ans = 1500000000 while True: print(ans) x = int(input()) if x != 0: exit(0) else: ans //= 2