結果

問題 No.1157 Many Quotients easy
ユーザー kotatsugamekotatsugame
提出日時 2020-09-09 17:15:23
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 541 ms / 2,000 ms
コード長 28 bytes
コンパイル時間 2,637 ms
コンパイル使用メモリ 134,912 KB
実行使用メモリ 161,204 KB
最終ジャッジ日時 2024-12-15 20:53:29
合計ジャッジ時間 13,660 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 327 ms
144,660 KB
testcase_01 AC 488 ms
148,224 KB
testcase_02 AC 377 ms
147,116 KB
testcase_03 AC 509 ms
157,384 KB
testcase_04 AC 479 ms
153,076 KB
testcase_05 AC 401 ms
147,244 KB
testcase_06 AC 422 ms
149,112 KB
testcase_07 AC 341 ms
144,800 KB
testcase_08 AC 432 ms
150,904 KB
testcase_09 AC 434 ms
148,884 KB
testcase_10 AC 368 ms
147,492 KB
testcase_11 AC 386 ms
147,236 KB
testcase_12 AC 399 ms
148,852 KB
testcase_13 AC 532 ms
160,952 KB
testcase_14 AC 518 ms
159,156 KB
testcase_15 AC 396 ms
147,372 KB
testcase_16 AC 486 ms
159,160 KB
testcase_17 AC 541 ms
161,204 KB
testcase_18 AC 471 ms
157,172 KB
testcase_19 AC 467 ms
150,836 KB
testcase_20 AC 439 ms
151,368 KB
testcase_21 AC 314 ms
144,576 KB
testcase_22 AC 310 ms
144,668 KB
testcase_23 AC 329 ms
144,800 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say +set ($_=+get)Xdiv 1..$_
0