結果
| 問題 |
No.3018 目隠し宝探し
|
| コンテスト | |
| ユーザー |
yu23578
|
| 提出日時 | 2025-03-31 18:11:14 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 128 bytes |
| コンパイル時間 | 303 ms |
| コンパイル使用メモリ | 82,252 KB |
| 実行使用メモリ | 84,160 KB |
| 平均クエリ数 | 1.00 |
| 最終ジャッジ日時 | 2025-03-31 18:11:20 |
| 合計ジャッジ時間 | 4,856 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 1 |
| other | RE * 21 |
ソースコード
print("?",1,1)
A = int(input())
print("?",1,2)
B = int(input())
print("?",2,1)
C = int(input())
print("!",(A-B+3)//2,(A-C+3)//2)
yu23578