結果

問題 No.25 有限小数
ユーザー tailstails
提出日時 2017-07-11 18:19:33
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 369 ms / 5,000 ms
コード長 40 bytes
コンパイル時間 324 ms
コンパイル使用メモリ 143,640 KB
実行使用メモリ 147,384 KB
最終ジャッジ日時 2024-11-24 13:54:51
合計ジャッジ時間 12,633 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 344 ms
146,856 KB
testcase_01 AC 360 ms
147,116 KB
testcase_02 AC 363 ms
146,868 KB
testcase_03 AC 343 ms
146,988 KB
testcase_04 AC 343 ms
146,988 KB
testcase_05 AC 346 ms
147,132 KB
testcase_06 AC 340 ms
146,988 KB
testcase_07 AC 359 ms
147,256 KB
testcase_08 AC 342 ms
146,992 KB
testcase_09 AC 342 ms
147,000 KB
testcase_10 AC 344 ms
146,868 KB
testcase_11 AC 357 ms
147,124 KB
testcase_12 AC 337 ms
147,128 KB
testcase_13 AC 351 ms
146,736 KB
testcase_14 AC 348 ms
146,872 KB
testcase_15 AC 356 ms
147,120 KB
testcase_16 AC 344 ms
147,256 KB
testcase_17 AC 336 ms
146,992 KB
testcase_18 AC 346 ms
146,864 KB
testcase_19 AC 369 ms
147,256 KB
testcase_20 AC 359 ms
147,244 KB
testcase_21 AC 360 ms
147,244 KB
testcase_22 AC 343 ms
147,128 KB
testcase_23 AC 342 ms
146,992 KB
testcase_24 AC 339 ms
146,724 KB
testcase_25 AC 357 ms
147,128 KB
testcase_26 AC 362 ms
147,256 KB
testcase_27 AC 357 ms
147,004 KB
testcase_28 AC 360 ms
147,384 KB
testcase_29 AC 364 ms
147,248 KB
testcase_30 AC 358 ms
147,124 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say +(10**99*get/get~~/(.)0**30/)[0]||-1
0