結果
| 問題 | No.3011 あ、俺こいつの役やりたい! |
| コンテスト | |
| ユーザー |
norioc
|
| 提出日時 | 2025-02-04 00:09:32 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 172 bytes |
| 記録 | |
| コンパイル時間 | 620 ms |
| コンパイル使用メモリ | 82,704 KB |
| 実行使用メモリ | 71,120 KB |
| 平均クエリ数 | 4.55 |
| 最終ジャッジ日時 | 2025-02-04 00:09:45 |
| 合計ジャッジ時間 | 9,980 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 8 WA * 36 |
ソースコード
def query(x):
print(x)
res = int(input())
return res
for i in reversed(range(30)):
res = query(i)
if res == -1: break
if res == 1:
break
norioc