結果

問題 No.25 有限小数
ユーザー tailstails
提出日時 2017-07-12 10:25:04
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 372 ms / 5,000 ms
コード長 37 bytes
コンパイル時間 572 ms
コンパイル使用メモリ 132,804 KB
実行使用メモリ 132,592 KB
最終ジャッジ日時 2023-08-16 04:12:38
合計ジャッジ時間 12,821 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 338 ms
132,004 KB
testcase_01 AC 369 ms
132,588 KB
testcase_02 AC 355 ms
132,148 KB
testcase_03 AC 342 ms
132,004 KB
testcase_04 AC 342 ms
131,976 KB
testcase_05 AC 343 ms
132,036 KB
testcase_06 AC 351 ms
132,040 KB
testcase_07 AC 357 ms
132,592 KB
testcase_08 AC 333 ms
131,836 KB
testcase_09 AC 333 ms
131,872 KB
testcase_10 AC 346 ms
132,036 KB
testcase_11 AC 356 ms
132,360 KB
testcase_12 AC 344 ms
132,032 KB
testcase_13 AC 346 ms
132,016 KB
testcase_14 AC 354 ms
131,852 KB
testcase_15 AC 372 ms
132,340 KB
testcase_16 AC 337 ms
131,908 KB
testcase_17 AC 348 ms
131,888 KB
testcase_18 AC 342 ms
132,004 KB
testcase_19 AC 358 ms
132,576 KB
testcase_20 AC 357 ms
132,120 KB
testcase_21 AC 353 ms
132,416 KB
testcase_22 AC 332 ms
131,892 KB
testcase_23 AC 337 ms
132,080 KB
testcase_24 AC 336 ms
132,004 KB
testcase_25 AC 355 ms
132,384 KB
testcase_26 AC 360 ms
132,228 KB
testcase_27 AC 351 ms
132,520 KB
testcase_28 AC 356 ms
132,480 KB
testcase_29 AC 361 ms
132,508 KB
testcase_30 AC 355 ms
132,424 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say -(10**99*get/get!~~/(.)0**30/)+$0
0