結果
問題 |
No.9014 テストの合計点と平均点
|
ユーザー |
|
提出日時 | 2023-02-10 17:35:59 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 91 bytes |
コンパイル時間 | 236 ms |
コンパイル使用メモリ | 12,672 KB |
実行使用メモリ | 10,624 KB |
最終ジャッジ日時 | 2024-07-07 13:25:16 |
合計ジャッジ時間 | 722 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 3 |
ソースコード
score = [80,75,40] print('合計点:',sum(score)) print('平均点:',sum(score)/len(score))