結果
| 問題 | No.3011 あ、俺こいつの役やりたい! |
| コンテスト | |
| ユーザー |
titia
|
| 提出日時 | 2025-01-26 01:56:07 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 119 bytes |
| 記録 | |
| コンパイル時間 | 1,134 ms |
| コンパイル使用メモリ | 20,700 KB |
| 実行使用メモリ | 40,332 KB |
| 平均クエリ数 | 12.57 |
| 最終ジャッジ日時 | 2026-06-24 10:52:44 |
| 合計ジャッジ時間 | 9,362 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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