結果

問題 No.9008 空白区切りで与えられる数値データの合計値を求める(テスト用)
ユーザー yuruhiyayuruhiya
提出日時 2021-04-29 21:56:25
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,219 ms / 2,000 ms
コード長 17 bytes
コンパイル時間 1,588 ms
コンパイル使用メモリ 114,920 KB
実行使用メモリ 132,680 KB
最終ジャッジ日時 2023-09-24 22:03:02
合計ジャッジ時間 15,392 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 309 ms
119,740 KB
testcase_01 AC 309 ms
120,040 KB
testcase_02 AC 313 ms
120,048 KB
testcase_03 AC 308 ms
120,056 KB
testcase_04 AC 309 ms
120,232 KB
testcase_05 AC 308 ms
120,096 KB
testcase_06 AC 336 ms
128,164 KB
testcase_07 AC 376 ms
131,976 KB
testcase_08 AC 486 ms
132,680 KB
testcase_09 AC 530 ms
130,456 KB
testcase_10 AC 1,037 ms
130,784 KB
testcase_11 AC 1,074 ms
131,008 KB
testcase_12 AC 1,081 ms
131,112 KB
testcase_13 AC 1,105 ms
131,076 KB
testcase_14 AC 1,128 ms
130,512 KB
testcase_15 AC 1,128 ms
130,764 KB
testcase_16 AC 1,219 ms
130,868 KB
testcase_17 AC 308 ms
119,928 KB
testcase_18 AC 311 ms
120,292 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;words.sum.say
0