結果
| 問題 | No.1932 動く点 P / Moving Point P |
| コンテスト | |
| ユーザー |
👑 null
|
| 提出日時 | 2020-03-23 13:12:44 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 186 bytes |
| コンパイル時間 | 273 ms |
| コンパイル使用メモリ | 82,432 KB |
| 実行使用メモリ | 99,840 KB |
| 最終ジャッジ日時 | 2024-07-05 21:57:43 |
| 合計ジャッジ時間 | 4,615 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 11 |
ソースコード
N = int(input()) #ここで標準入力 P = [tuple(tuple(map(float,input().split()))) for i in range(N)] Q = int(input()) X = [tuple(tuple(map(float,input().split()))) for i in range(Q)]
null