結果
| 問題 | No.3518 座標当てゲーム |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2026-05-01 21:25:19 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 54 ms / 2,000 ms |
| コード長 | 188 bytes |
| 記録 | |
| コンパイル時間 | 174 ms |
| コンパイル使用メモリ | 84,992 KB |
| 実行使用メモリ | 71,968 KB |
| 平均クエリ数 | 3.00 |
| 最終ジャッジ日時 | 2026-05-01 21:25:26 |
| 合計ジャッジ時間 | 2,717 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 20 |
ソースコード
print("?",0,flush = True)
r0 = int(input())
print("?",r0,flush = True)
r1 = int(input())
if r1 == 0:
print("!",r0,flush = True)
else:
print("!",-r0,flush = True)