結果

問題 No.480 合計
ユーザー %20%20
提出日時 2017-07-11 21:19:05
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 306 ms / 2,000 ms
コード長 14 bytes
コンパイル時間 366 ms
コンパイル使用メモリ 119,920 KB
実行使用メモリ 123,476 KB
最終ジャッジ日時 2023-08-16 04:08:41
合計ジャッジ時間 8,178 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 299 ms
123,460 KB
testcase_01 AC 293 ms
123,340 KB
testcase_02 AC 295 ms
123,184 KB
testcase_03 AC 293 ms
123,176 KB
testcase_04 AC 293 ms
123,208 KB
testcase_05 AC 291 ms
123,212 KB
testcase_06 AC 306 ms
123,184 KB
testcase_07 AC 287 ms
123,184 KB
testcase_08 AC 289 ms
123,248 KB
testcase_09 AC 296 ms
123,268 KB
testcase_10 AC 289 ms
123,052 KB
testcase_11 AC 292 ms
123,240 KB
testcase_12 AC 296 ms
123,244 KB
testcase_13 AC 301 ms
123,180 KB
testcase_14 AC 293 ms
123,272 KB
testcase_15 AC 305 ms
123,272 KB
testcase_16 AC 296 ms
123,180 KB
testcase_17 AC 292 ms
123,372 KB
testcase_18 AC 295 ms
123,476 KB
testcase_19 AC 293 ms
123,328 KB
testcase_20 AC 296 ms
123,136 KB
testcase_21 AC 288 ms
123,244 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say sum 1..get
0