結果
| 問題 | No.3011 あ、俺こいつの役やりたい! |
| コンテスト | |
| ユーザー |
titia
|
| 提出日時 | 2025-01-26 01:56:07 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 119 bytes |
| コンパイル時間 | 594 ms |
| コンパイル使用メモリ | 11,904 KB |
| 実行使用メモリ | 28,280 KB |
| 平均クエリ数 | 12.57 |
| 最終ジャッジ日時 | 2025-01-26 01:56:14 |
| 合計ジャッジ時間 | 5,393 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 41 RE * 3 |
ソースコード
x=10**9
while True:
print(x,flush=True)
r=int(input())
if r==1:
break
else:
x=(x//2)+1
titia