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