結果

問題 No.3237 Find the Treasure!
ユーザー hirayuu_yc
提出日時 2025-08-13 00:42:40
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 161 bytes
コンパイル時間 187 ms
コンパイル使用メモリ 82,720 KB
実行使用メモリ 94,908 KB
平均クエリ数 1.09
最終ジャッジ日時 2025-08-13 00:43:13
合計ジャッジ時間 9,971 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 1
other RE * 22
権限があれば一括ダウンロードができます

ソースコード

diff #

N=int(input())
for i in range(N-1):
	u,v=map(int,input().split())
print("? 1 1 4 5")
assert(input()=="Yes")
print("? 2 3 4 2")
assert(input()=="No")
print("! 1")
0