結果
| 問題 | No.3518 座標当てゲーム |
| コンテスト | |
| ユーザー |
Kude
|
| 提出日時 | 2026-05-01 21:21:36 |
| 言語 | PyPy3 (7.3.23 + ACL) |
| 結果 |
AC
不安定
|
| 実行時間 | 162 ms / 2,000 ms |
| + 2µs | |
| コード長 | 108 bytes |
| 記録 | |
| コンパイル時間 | 69 ms |
| コンパイル使用メモリ | 80,680 KB |
| 実行使用メモリ | 54,528 KB |
| 平均クエリ数 | 3.00 |
| 最終ジャッジ日時 | 2026-09-16 16:00:31 |
| 合計ジャッジ時間 | 2,648 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 20 |
ソースコード
print('?', 0)
d0 = int(input())
print('?', 1)
d1 = int(input())
ans = d0 if d0 > d1 else -d0
print('!', ans)
Kude