結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 RE -
testcase_02 AC 406 ms
138,764 KB
testcase_03 AC 405 ms
138,740 KB
testcase_04 RE -
testcase_05 AC 398 ms
138,252 KB
testcase_06 AC 412 ms
138,512 KB
testcase_07 AC 410 ms
138,508 KB
testcase_08 AC 413 ms
138,384 KB
testcase_09 RE -
testcase_10 AC 399 ms
137,852 KB
testcase_11 AC 398 ms
138,636 KB
testcase_12 AC 408 ms
138,148 KB
testcase_13 RE -
testcase_14 RE -
testcase_15 AC 409 ms
138,740 KB
testcase_16 AC 404 ms
138,764 KB
testcase_17 AC 401 ms
138,508 KB
testcase_18 WA -
testcase_19 AC 403 ms
138,892 KB
testcase_20 AC 403 ms
138,640 KB
testcase_21 AC 401 ms
138,764 KB
testcase_22 AC 406 ms
138,636 KB
testcase_23 AC 415 ms
138,512 KB
testcase_24 AC 405 ms
138,764 KB
testcase_25 RE -
testcase_26 AC 409 ms
138,636 KB
testcase_27 AC 400 ms
138,508 KB
testcase_28 RE -
testcase_29 AC 407 ms
138,764 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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