結果
問題 |
No.2307 [Cherry 5 th Tune *] Cool 46
|
ユーザー |
![]() |
提出日時 | 2023-05-19 22:14:15 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 234 bytes |
コンパイル時間 | 997 ms |
コンパイル使用メモリ | 82,560 KB |
実行使用メモリ | 104,632 KB |
最終ジャッジ日時 | 2024-12-21 02:58:22 |
合計ジャッジ時間 | 15,859 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 46 |
ソースコード
for _ in range(int(input())): n, m = map(int, input().split()) a = list(map(int, input().split())) if n == 0: assert not a b = list(map(int, input().split())) if m == 0: assert not b print('No')