結果

問題 No.9009 改行区切りで与えられる数値データの合計値を求める(テスト用)
ユーザー yuruhiyayuruhiya
提出日時 2021-04-29 21:59:48
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 609 ms / 3,000 ms
コード長 17 bytes
コンパイル時間 2,206 ms
コンパイル使用メモリ 131,808 KB
実行使用メモリ 160,280 KB
最終ジャッジ日時 2024-07-17 22:28:55
合計ジャッジ時間 9,241 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 267 ms
135,708 KB
testcase_01 AC 314 ms
138,716 KB
testcase_02 AC 270 ms
138,644 KB
testcase_03 AC 270 ms
138,500 KB
testcase_04 AC 276 ms
138,504 KB
testcase_05 AC 271 ms
138,500 KB
testcase_06 AC 290 ms
146,028 KB
testcase_07 AC 301 ms
151,040 KB
testcase_08 AC 365 ms
160,280 KB
testcase_09 AC 402 ms
157,040 KB
testcase_10 AC 534 ms
153,128 KB
testcase_11 AC 538 ms
152,872 KB
testcase_12 AC 551 ms
152,996 KB
testcase_13 AC 566 ms
153,000 KB
testcase_14 AC 549 ms
152,868 KB
testcase_15 AC 544 ms
152,864 KB
testcase_16 AC 609 ms
152,872 KB
testcase_17 AC 276 ms
138,500 KB
testcase_18 AC 270 ms
138,376 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;lines.sum.say
0