結果
問題 | No.9014 テストの合計点と平均点 |
ユーザー | じんひま |
提出日時 | 2023-01-03 16:06:14 |
言語 | JavaScript (node v23.5.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 128 bytes |
コンパイル時間 | 34 ms |
コンパイル使用メモリ | 5,120 KB |
実行使用メモリ | 40,320 KB |
最終ジャッジ日時 | 2024-11-27 01:58:48 |
合計ジャッジ時間 | 940 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
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());