結果
| 問題 | No.3518 座標当てゲーム |
| コンテスト | |
| ユーザー |
👑 |
| 提出日時 | 2024-07-25 12:19:48 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
AC
|
| 実行時間 | 183 ms / 2,000 ms |
| コード長 | 96 bytes |
| 記録 | |
| コンパイル時間 | 524 ms |
| コンパイル使用メモリ | 20,952 KB |
| 実行使用メモリ | 35,464 KB |
| 平均クエリ数 | 3.00 |
| 最終ジャッジ日時 | 2026-05-01 20:52:52 |
| 合計ジャッジ時間 | 5,473 ms |
|
ジャッジサーバーID (参考情報) |
judge2_1 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 20 |
ソースコード
print("? 0",flush=True)
X=int(input())
print("?",X,flush=True)
print("!",[X,-X][int(input())>0])