結果

問題 No.9008 空白区切りで与えられる数値データの合計値を求める(テスト用)
ユーザー yuruhiyayuruhiya
提出日時 2021-04-29 21:58:34
言語 Ruby
(3.3.0)
結果
AC  
実行時間 871 ms / 2,000 ms
コード長 24 bytes
コンパイル時間 166 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 496,256 KB
最終ジャッジ日時 2024-07-17 22:27:17
合計ジャッジ時間 7,728 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 79 ms
12,160 KB
testcase_01 AC 76 ms
12,416 KB
testcase_02 AC 76 ms
12,160 KB
testcase_03 AC 78 ms
12,160 KB
testcase_04 AC 75 ms
12,160 KB
testcase_05 AC 75 ms
12,160 KB
testcase_06 AC 77 ms
13,184 KB
testcase_07 AC 91 ms
21,888 KB
testcase_08 AC 147 ms
61,440 KB
testcase_09 AC 217 ms
109,696 KB
testcase_10 AC 673 ms
399,104 KB
testcase_11 AC 711 ms
408,960 KB
testcase_12 AC 726 ms
419,072 KB
testcase_13 AC 746 ms
428,800 KB
testcase_14 AC 757 ms
438,016 KB
testcase_15 AC 788 ms
448,128 KB
testcase_16 AC 871 ms
496,256 KB
testcase_17 AC 76 ms
12,288 KB
testcase_18 AC 76 ms
12,160 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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