結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 293 ms
133,428 KB
testcase_01 AC 299 ms
133,044 KB
testcase_02 AC 291 ms
133,044 KB
testcase_03 AC 296 ms
133,020 KB
testcase_04 AC 294 ms
133,432 KB
testcase_05 AC 308 ms
140,700 KB
testcase_06 AC 313 ms
141,492 KB
testcase_07 AC 329 ms
147,356 KB
testcase_08 AC 409 ms
156,600 KB
testcase_09 AC 415 ms
146,900 KB
testcase_10 AC 542 ms
147,000 KB
testcase_11 AC 552 ms
146,996 KB
testcase_12 AC 561 ms
146,740 KB
testcase_13 AC 562 ms
146,800 KB
testcase_14 AC 579 ms
147,168 KB
testcase_15 AC 590 ms
147,124 KB
testcase_16 AC 592 ms
148,536 KB
testcase_17 AC 297 ms
133,172 KB
testcase_18 AC 295 ms
133,176 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;say [+] get.words
0