結果

問題 No.25 有限小数
ユーザー %20%20
提出日時 2017-07-12 08:29:28
言語 Raku
(rakudo v2024.02)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 39 bytes
コンパイル時間 545 ms
コンパイル使用メモリ 143,368 KB
実行使用メモリ 145,620 KB
最終ジャッジ日時 2024-11-24 13:55:47
合計ジャッジ時間 12,537 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 367 ms
144,312 KB
testcase_02 AC 366 ms
144,568 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 363 ms
144,440 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 351 ms
144,308 KB
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 AC 358 ms
144,568 KB
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 AC 351 ms
144,440 KB
testcase_20 AC 350 ms
144,184 KB
testcase_21 AC 358 ms
144,564 KB
testcase_22 WA -
testcase_23 WA -
testcase_24 WA -
testcase_25 AC 351 ms
144,180 KB
testcase_26 AC 357 ms
145,472 KB
testcase_27 AC 359 ms
144,184 KB
testcase_28 AC 361 ms
144,568 KB
testcase_29 AC 367 ms
144,440 KB
testcase_30 AC 364 ms
144,564 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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