結果
| 問題 | No.2376 障害物競プロ |
| コンテスト | |
| ユーザー |
Michirakara
|
| 提出日時 | 2023-06-13 14:49:17 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 138 bytes |
| 記録 | |
| コンパイル時間 | 635 ms |
| コンパイル使用メモリ | 84,864 KB |
| 実行使用メモリ | 81,152 KB |
| 最終ジャッジ日時 | 2026-03-30 20:52:01 |
| 合計ジャッジ時間 | 10,964 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 4 |
| other | WA * 40 |
ソースコード
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())
Michirakara