結果

問題 No.480 合計
ユーザー %20%20
提出日時 2017-07-11 21:19:05
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 338 ms / 2,000 ms
コード長 14 bytes
コンパイル時間 690 ms
コンパイル使用メモリ 124,544 KB
実行使用メモリ 129,680 KB
最終ジャッジ日時 2024-05-03 13:36:25
合計ジャッジ時間 8,581 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 322 ms
129,268 KB
testcase_01 AC 319 ms
129,524 KB
testcase_02 AC 324 ms
129,296 KB
testcase_03 AC 329 ms
129,168 KB
testcase_04 AC 329 ms
129,552 KB
testcase_05 AC 327 ms
129,420 KB
testcase_06 AC 322 ms
129,008 KB
testcase_07 AC 325 ms
129,424 KB
testcase_08 AC 331 ms
129,292 KB
testcase_09 AC 336 ms
129,548 KB
testcase_10 AC 330 ms
129,168 KB
testcase_11 AC 328 ms
129,424 KB
testcase_12 AC 330 ms
129,296 KB
testcase_13 AC 329 ms
129,164 KB
testcase_14 AC 327 ms
129,312 KB
testcase_15 AC 323 ms
129,296 KB
testcase_16 AC 331 ms
129,292 KB
testcase_17 AC 331 ms
129,548 KB
testcase_18 AC 338 ms
129,312 KB
testcase_19 AC 330 ms
129,168 KB
testcase_20 AC 327 ms
129,680 KB
testcase_21 AC 326 ms
129,168 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say sum 1..get
0