結果
| 問題 | No.3018 目隠し宝探し | 
| コンテスト | |
| ユーザー |  yu23578 | 
| 提出日時 | 2025-03-31 18:13:23 | 
| 言語 | PyPy3 (7.3.15) | 
| 結果 | 
                                WA
                                 
                             | 
| 実行時間 | - | 
| コード長 | 159 bytes | 
| コンパイル時間 | 250 ms | 
| コンパイル使用メモリ | 82,652 KB | 
| 実行使用メモリ | 84,368 KB | 
| 平均クエリ数 | 3.68 | 
| 最終ジャッジ日時 | 2025-03-31 18:13:28 | 
| 合計ジャッジ時間 | 3,760 ms | 
| ジャッジサーバーID (参考情報) | judge2 / judge5 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | WA * 1 | 
| other | WA * 15 RE * 6 | 
ソースコード
w,w = map(int,input().split())
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)
            
            
            
        