結果

問題 No.2376 障害物競プロ
ユーザー Michirakara
提出日時 2023-06-13 14:49:17
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 138 bytes
コンパイル時間 368 ms
コンパイル使用メモリ 82,048 KB
実行使用メモリ 76,544 KB
最終ジャッジ日時 2024-07-16 07:24:05
合計ジャッジ時間 10,752 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 4
other WA * 40
権限があれば一括ダウンロードができます

ソースコード

diff #

n,m=map(int,input().split())
for i in range(n):
	x1,y1,x2,y2=map(int,input().split())
for i in range(m):
	a,b,c,d=map(int,input().split())
0