結果
| 問題 |
No.8100 始業式
|
| コンテスト | |
| ユーザー |
tombo_choco
|
| 提出日時 | 2023-03-31 22:33:22 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 110 bytes |
| コンパイル時間 | 160 ms |
| コンパイル使用メモリ | 82,404 KB |
| 実行使用メモリ | 67,236 KB |
| 最終ジャッジ日時 | 2024-09-23 01:21:20 |
| 合計ジャッジ時間 | 638 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 1 |
ソースコード
T = int(inpunt())
for _ in range(T):
N = int(input())
f = list(map(int, input().split()))
print(0)
tombo_choco