結果
問題 |
No.3018 目隠し宝探し
|
ユーザー |
![]() |
提出日時 | 2025-03-31 18:12:40 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 155 bytes |
コンパイル時間 | 203 ms |
コンパイル使用メモリ | 82,532 KB |
実行使用メモリ | 84,236 KB |
平均クエリ数 | 3.68 |
最終ジャッジ日時 | 2025-03-31 18:12:45 |
合計ジャッジ時間 | 4,490 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
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)