結果

問題 No.81 すべて足すだけの簡単なお仕事です。
ユーザー kotatsugamekotatsugame
提出日時 2018-07-17 07:10:35
言語 Raku
(rakudo v2024.02)
結果
RE  
実行時間 -
コード長 106 bytes
コンパイル時間 1,718 ms
コンパイル使用メモリ 132,192 KB
実行使用メモリ 138,072 KB
最終ジャッジ日時 2023-08-16 05:11:07
合計ジャッジ時間 16,631 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 RE -
testcase_02 AC 407 ms
132,744 KB
testcase_03 AC 406 ms
132,748 KB
testcase_04 RE -
testcase_05 AC 416 ms
132,792 KB
testcase_06 AC 418 ms
132,904 KB
testcase_07 AC 421 ms
133,080 KB
testcase_08 AC 421 ms
133,056 KB
testcase_09 RE -
testcase_10 AC 416 ms
132,956 KB
testcase_11 AC 418 ms
132,596 KB
testcase_12 AC 415 ms
132,736 KB
testcase_13 RE -
testcase_14 RE -
testcase_15 AC 413 ms
132,884 KB
testcase_16 AC 408 ms
132,616 KB
testcase_17 AC 412 ms
132,892 KB
testcase_18 WA -
testcase_19 AC 415 ms
132,724 KB
testcase_20 AC 412 ms
132,740 KB
testcase_21 AC 418 ms
132,644 KB
testcase_22 AC 410 ms
132,780 KB
testcase_23 AC 419 ms
132,908 KB
testcase_24 AC 414 ms
132,848 KB
testcase_25 RE -
testcase_26 AC 408 ms
132,588 KB
testcase_27 AC 416 ms
132,564 KB
testcase_28 RE -
testcase_29 AC 417 ms
132,808 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;my@a=([+] lines).Str.split(".");
printf (@a>1??"%s.%s"!!"%s."),|@a;
print "0"x(10-@a[1].comb);
say "";
0