結果

問題 No.9009 改行区切りで与えられる数値データの合計値を求める(テスト用)
ユーザー yuruhiyayuruhiya
提出日時 2021-04-29 21:59:48
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 672 ms / 3,000 ms
コード長 17 bytes
コンパイル時間 463 ms
コンパイル使用メモリ 119,620 KB
実行使用メモリ 142,920 KB
最終ジャッジ日時 2023-09-24 22:07:06
合計ジャッジ時間 10,565 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 300 ms
122,868 KB
testcase_01 AC 302 ms
122,560 KB
testcase_02 AC 297 ms
122,804 KB
testcase_03 AC 296 ms
122,852 KB
testcase_04 AC 302 ms
122,904 KB
testcase_05 AC 300 ms
122,960 KB
testcase_06 AC 320 ms
131,828 KB
testcase_07 AC 337 ms
138,272 KB
testcase_08 AC 404 ms
142,920 KB
testcase_09 AC 454 ms
139,652 KB
testcase_10 AC 629 ms
135,744 KB
testcase_11 AC 640 ms
135,464 KB
testcase_12 AC 639 ms
135,556 KB
testcase_13 AC 643 ms
135,460 KB
testcase_14 AC 638 ms
135,224 KB
testcase_15 AC 648 ms
135,576 KB
testcase_16 AC 672 ms
135,464 KB
testcase_17 AC 296 ms
122,848 KB
testcase_18 AC 296 ms
122,836 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;lines.sum.say
0