結果

問題 No.3018 目隠し宝探し
ユーザー D M
提出日時 2025-02-05 15:36:45
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 162 bytes
コンパイル時間 688 ms
コンパイル使用メモリ 81,920 KB
実行使用メモリ 82,328 KB
平均クエリ数 3.68
最終ジャッジ日時 2025-02-05 15:36:53
合計ジャッジ時間 7,479 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 1
other WA * 15 RE * 6
権限があれば一括ダウンロードができます

ソースコード

diff #

h,w=map(int,input().split())
print("?",1,1)
d1=int(input())
print("?",2,1)
d2=int(input())
print("?",1,2)
d3=int(input())
print("!",(d1-d2+1)//2+1,(d1-d3+1)//2+1)
0