結果
問題 | No.9014 テストの合計点と平均点 |
ユーザー | じんひま |
提出日時 | 2023-01-03 16:06:14 |
言語 | JavaScript (node v21.7.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 128 bytes |
コンパイル時間 | 25 ms |
コンパイル使用メモリ | 5,120 KB |
実行使用メモリ | 40,064 KB |
最終ジャッジ日時 | 2024-05-05 07:14:46 |
合計ジャッジ時間 | 909 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | RE | - |
testcase_04 | RE | - |
testcase_05 | RE | - |
ソースコード
const j, m , b; const sum = function(j + m+ b); console.log(sum()); const avg = function((j + m + b) / 3); console.log(avg());