結果

問題 No.9008 空白区切りで与えられる数値データの合計値を求める(テスト用)
ユーザー yuruhiyayuruhiya
提出日時 2021-04-29 21:56:25
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 985 ms / 2,000 ms
コード長 17 bytes
コンパイル時間 2,040 ms
コンパイル使用メモリ 132,708 KB
実行使用メモリ 150,936 KB
最終ジャッジ日時 2024-07-17 22:25:27
合計ジャッジ時間 13,681 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 279 ms
140,648 KB
testcase_01 AC 275 ms
140,876 KB
testcase_02 AC 269 ms
140,616 KB
testcase_03 AC 274 ms
140,752 KB
testcase_04 AC 287 ms
140,628 KB
testcase_05 AC 299 ms
148,096 KB
testcase_06 AC 298 ms
148,632 KB
testcase_07 AC 332 ms
148,760 KB
testcase_08 AC 420 ms
150,936 KB
testcase_09 AC 458 ms
148,672 KB
testcase_10 AC 867 ms
148,676 KB
testcase_11 AC 889 ms
148,556 KB
testcase_12 AC 910 ms
148,548 KB
testcase_13 AC 888 ms
148,548 KB
testcase_14 AC 911 ms
148,428 KB
testcase_15 AC 920 ms
148,556 KB
testcase_16 AC 985 ms
148,556 KB
testcase_17 AC 271 ms
140,876 KB
testcase_18 AC 270 ms
140,748 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;words.sum.say
0