結果
問題 |
No.3074 Divide Points Fairly
|
ユーザー |
![]() |
提出日時 | 2025-06-12 21:29:21 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 107 bytes |
コンパイル時間 | 212 ms |
コンパイル使用メモリ | 81,976 KB |
実行使用メモリ | 76,392 KB |
最終ジャッジ日時 | 2025-06-12 21:30:22 |
合計ジャッジ時間 | 10,317 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 42 |
ソースコード
n = int(input()) for _ in range(n): a, b = map(int, input().split()) # Always output "Yes" print("Yes")