結果

問題 No.25 有限小数
ユーザー tailstails
提出日時 2017-07-12 10:25:04
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 385 ms / 5,000 ms
コード長 37 bytes
コンパイル時間 405 ms
コンパイル使用メモリ 141,892 KB
実行使用メモリ 145,088 KB
最終ジャッジ日時 2024-05-03 13:40:15
合計ジャッジ時間 12,689 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 364 ms
144,432 KB
testcase_01 AC 380 ms
143,644 KB
testcase_02 AC 369 ms
144,672 KB
testcase_03 AC 351 ms
144,412 KB
testcase_04 AC 351 ms
144,412 KB
testcase_05 AC 361 ms
143,388 KB
testcase_06 AC 362 ms
144,156 KB
testcase_07 AC 385 ms
143,648 KB
testcase_08 AC 352 ms
144,416 KB
testcase_09 AC 359 ms
144,284 KB
testcase_10 AC 344 ms
144,160 KB
testcase_11 AC 369 ms
143,508 KB
testcase_12 AC 347 ms
144,452 KB
testcase_13 AC 345 ms
144,308 KB
testcase_14 AC 345 ms
144,576 KB
testcase_15 AC 371 ms
143,420 KB
testcase_16 AC 340 ms
144,444 KB
testcase_17 AC 347 ms
144,448 KB
testcase_18 AC 342 ms
144,576 KB
testcase_19 AC 352 ms
144,824 KB
testcase_20 AC 366 ms
144,692 KB
testcase_21 AC 362 ms
144,960 KB
testcase_22 AC 344 ms
144,448 KB
testcase_23 AC 344 ms
144,568 KB
testcase_24 AC 366 ms
144,696 KB
testcase_25 AC 362 ms
143,808 KB
testcase_26 AC 367 ms
144,824 KB
testcase_27 AC 350 ms
144,824 KB
testcase_28 AC 366 ms
144,960 KB
testcase_29 AC 361 ms
145,088 KB
testcase_30 AC 363 ms
144,828 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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