結果

問題 No.480 合計
ユーザー %20%20
提出日時 2017-02-11 00:20:47
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 355 ms / 2,000 ms
コード長 15 bytes
コンパイル時間 319 ms
コンパイル使用メモリ 119,788 KB
実行使用メモリ 125,684 KB
最終ジャッジ日時 2023-08-16 03:56:06
合計ジャッジ時間 9,153 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 347 ms
125,324 KB
testcase_01 AC 339 ms
125,680 KB
testcase_02 AC 337 ms
125,332 KB
testcase_03 AC 345 ms
125,576 KB
testcase_04 AC 336 ms
125,348 KB
testcase_05 AC 339 ms
125,512 KB
testcase_06 AC 342 ms
125,512 KB
testcase_07 AC 336 ms
125,312 KB
testcase_08 AC 345 ms
125,404 KB
testcase_09 AC 346 ms
125,404 KB
testcase_10 AC 341 ms
125,544 KB
testcase_11 AC 347 ms
125,392 KB
testcase_12 AC 341 ms
125,404 KB
testcase_13 AC 348 ms
125,392 KB
testcase_14 AC 355 ms
125,368 KB
testcase_15 AC 343 ms
125,324 KB
testcase_16 AC 352 ms
125,024 KB
testcase_17 AC 350 ms
125,684 KB
testcase_18 AC 346 ms
125,552 KB
testcase_19 AC 351 ms
125,508 KB
testcase_20 AC 355 ms
125,644 KB
testcase_21 AC 348 ms
125,384 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say [+](1..get)
0