結果
問題 | No.3100 始業式 |
ユーザー | achapi |
提出日時 | 2023-03-31 21:38:35 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 108 bytes |
コンパイル時間 | 160 ms |
コンパイル使用メモリ | 81,980 KB |
実行使用メモリ | 77,480 KB |
最終ジャッジ日時 | 2024-09-23 00:12:31 |
合計ジャッジ時間 | 767 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ソースコード
t = int(input()) for i in range(t): n = int(input()) a = list(map(int,input().split())) print(0)