結果

問題 No.3237 Find the Treasure!
ユーザー hirayuu_yc
提出日時 2025-08-13 00:43:52
言語 PyPy3
(7.3.15)
結果
RE  
実行時間 -
コード長 180 bytes
コンパイル時間 310 ms
コンパイル使用メモリ 82,744 KB
実行使用メモリ 94,876 KB
平均クエリ数 1.13
最終ジャッジ日時 2025-08-13 00:44:13
合計ジャッジ時間 10,176 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 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 1 1 2")
print("! 1")
0