結果

問題 No.9008 空白区切りで与えられる数値データの合計値を求める(テスト用)
ユーザー yuruhiyayuruhiya
提出日時 2021-04-29 21:58:34
言語 Ruby
(3.3.0)
結果
MLE  
実行時間 -
コード長 24 bytes
コンパイル時間 197 ms
コンパイル使用メモリ 11,264 KB
実行使用メモリ 581,696 KB
最終ジャッジ日時 2023-09-24 22:05:00
合計ジャッジ時間 10,100 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 83 ms
15,024 KB
testcase_01 AC 84 ms
14,996 KB
testcase_02 AC 82 ms
15,128 KB
testcase_03 AC 81 ms
15,112 KB
testcase_04 AC 81 ms
15,100 KB
testcase_05 AC 81 ms
15,000 KB
testcase_06 AC 83 ms
16,224 KB
testcase_07 AC 97 ms
26,712 KB
testcase_08 AC 172 ms
73,332 KB
testcase_09 AC 224 ms
129,824 KB
testcase_10 AC 1,256 ms
468,704 KB
testcase_11 AC 811 ms
480,008 KB
testcase_12 AC 835 ms
490,672 KB
testcase_13 AC 852 ms
502,432 KB
testcase_14 MLE -
testcase_15 MLE -
testcase_16 MLE -
testcase_17 AC 85 ms
14,972 KB
testcase_18 AC 84 ms
15,024 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

p eval [*$<][1].tr' ',?+
0