結果
問題 |
No.46 はじめのn歩
|
ユーザー |
|
提出日時 | 2023-02-02 08:52:20 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 99 bytes |
コンパイル時間 | 90 ms |
コンパイル使用メモリ | 12,288 KB |
実行使用メモリ | 10,368 KB |
最終ジャッジ日時 | 2024-07-01 23:42:41 |
合計ジャッジ時間 | 1,000 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 10 |
ソースコード
scorelist = [64, 100, 78, 80, 72] total = 0 for i in scorelist: total = total + i print(total)