結果

問題 No.81 すべて足すだけの簡単なお仕事です。
ユーザー kotatsugamekotatsugame
提出日時 2018-07-17 07:10:35
言語 Raku
(rakudo v2024.02)
結果
RE  
実行時間 -
コード長 106 bytes
コンパイル時間 390 ms
コンパイル使用メモリ 139,540 KB
実行使用メモリ 146,384 KB
最終ジャッジ日時 2024-05-03 14:26:07
合計ジャッジ時間 14,754 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 RE -
testcase_02 AC 373 ms
142,524 KB
testcase_03 AC 365 ms
142,264 KB
testcase_04 RE -
testcase_05 AC 372 ms
142,012 KB
testcase_06 AC 391 ms
141,628 KB
testcase_07 AC 381 ms
142,396 KB
testcase_08 AC 388 ms
141,628 KB
testcase_09 RE -
testcase_10 AC 363 ms
142,008 KB
testcase_11 AC 371 ms
142,008 KB
testcase_12 AC 368 ms
142,268 KB
testcase_13 RE -
testcase_14 RE -
testcase_15 AC 380 ms
142,648 KB
testcase_16 AC 378 ms
142,136 KB
testcase_17 AC 369 ms
142,392 KB
testcase_18 WA -
testcase_19 AC 375 ms
142,396 KB
testcase_20 AC 368 ms
141,880 KB
testcase_21 AC 371 ms
142,392 KB
testcase_22 AC 372 ms
142,012 KB
testcase_23 AC 387 ms
141,884 KB
testcase_24 AC 370 ms
142,264 KB
testcase_25 RE -
testcase_26 AC 397 ms
142,008 KB
testcase_27 AC 376 ms
141,628 KB
testcase_28 RE -
testcase_29 AC 372 ms
142,524 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