結果
問題 | No.3100 始業式 |
ユーザー | achapi |
提出日時 | 2023-03-31 23:19:51 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 109 bytes |
コンパイル時間 | 342 ms |
コンパイル使用メモリ | 82,392 KB |
実行使用メモリ | 77,436 KB |
最終ジャッジ日時 | 2024-09-23 02:24:16 |
合計ジャッジ時間 | 903 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ソースコード
t = int(input()) for i in range(t): n = int(input()) a = list(map(int,input().split())) print(-1)