結果

問題 No.81 すべて足すだけの簡単なお仕事です。
ユーザー kotatsugamekotatsugame
提出日時 2018-07-17 07:10:35
言語 Raku
(rakudo v2024.02)
結果
RE  
実行時間 -
コード長 106 bytes
コンパイル時間 446 ms
コンパイル使用メモリ 144,696 KB
実行使用メモリ 152,088 KB
最終ジャッジ日時 2024-11-24 15:06:32
合計ジャッジ時間 14,062 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 RE -
testcase_02 AC 360 ms
138,000 KB
testcase_03 AC 429 ms
138,764 KB
testcase_04 RE -
testcase_05 AC 431 ms
137,588 KB
testcase_06 AC 357 ms
137,572 KB
testcase_07 AC 351 ms
137,796 KB
testcase_08 AC 356 ms
137,396 KB
testcase_09 RE -
testcase_10 AC 357 ms
138,764 KB
testcase_11 AC 361 ms
138,380 KB
testcase_12 AC 365 ms
138,224 KB
testcase_13 RE -
testcase_14 RE -
testcase_15 AC 359 ms
138,512 KB
testcase_16 AC 352 ms
138,384 KB
testcase_17 AC 351 ms
138,916 KB
testcase_18 WA -
testcase_19 AC 348 ms
138,508 KB
testcase_20 AC 352 ms
138,892 KB
testcase_21 AC 345 ms
139,044 KB
testcase_22 AC 349 ms
138,896 KB
testcase_23 AC 356 ms
138,380 KB
testcase_24 AC 359 ms
138,256 KB
testcase_25 RE -
testcase_26 AC 341 ms
138,124 KB
testcase_27 AC 340 ms
138,892 KB
testcase_28 RE -
testcase_29 AC 384 ms
138,484 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