結果
| 問題 |
No.3018 目隠し宝探し
|
| コンテスト | |
| ユーザー |
yu23578
|
| 提出日時 | 2025-03-31 18:10:34 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 124 bytes |
| コンパイル時間 | 372 ms |
| コンパイル使用メモリ | 82,052 KB |
| 実行使用メモリ | 84,296 KB |
| 平均クエリ数 | 1.00 |
| 最終ジャッジ日時 | 2025-03-31 18:10:40 |
| 合計ジャッジ時間 | 4,458 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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