結果

問題 No.9008 空白区切りで与えられる数値データの合計値を求める(テスト用)
ユーザー kotatsugamekotatsugame
提出日時 2018-03-06 11:08:16
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 665 ms / 2,000 ms
コード長 21 bytes
コンパイル時間 980 ms
コンパイル使用メモリ 120,060 KB
実行使用メモリ 145,452 KB
最終ジャッジ日時 2023-08-16 05:03:03
合計ジャッジ時間 10,914 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 310 ms
123,520 KB
testcase_01 AC 310 ms
123,120 KB
testcase_02 AC 307 ms
123,232 KB
testcase_03 AC 310 ms
123,492 KB
testcase_04 AC 306 ms
123,340 KB
testcase_05 AC 310 ms
123,344 KB
testcase_06 AC 332 ms
132,072 KB
testcase_07 AC 358 ms
139,168 KB
testcase_08 AC 442 ms
145,452 KB
testcase_09 AC 432 ms
134,056 KB
testcase_10 AC 603 ms
135,780 KB
testcase_11 AC 598 ms
135,828 KB
testcase_12 AC 606 ms
135,992 KB
testcase_13 AC 614 ms
135,804 KB
testcase_14 AC 614 ms
137,800 KB
testcase_15 AC 623 ms
137,684 KB
testcase_16 AC 665 ms
137,832 KB
testcase_17 AC 331 ms
123,456 KB
testcase_18 AC 315 ms
123,212 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;say [+] get.words
0