結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 RE -
testcase_02 AC 335 ms
146,896 KB
testcase_03 AC 331 ms
147,152 KB
testcase_04 RE -
testcase_05 AC 353 ms
147,280 KB
testcase_06 AC 357 ms
147,792 KB
testcase_07 AC 358 ms
147,408 KB
testcase_08 AC 345 ms
147,280 KB
testcase_09 RE -
testcase_10 AC 335 ms
147,032 KB
testcase_11 AC 343 ms
147,540 KB
testcase_12 AC 350 ms
147,532 KB
testcase_13 RE -
testcase_14 RE -
testcase_15 AC 339 ms
147,024 KB
testcase_16 AC 329 ms
147,040 KB
testcase_17 AC 334 ms
146,892 KB
testcase_18 WA -
testcase_19 AC 332 ms
147,164 KB
testcase_20 AC 332 ms
146,768 KB
testcase_21 AC 346 ms
147,276 KB
testcase_22 AC 333 ms
147,284 KB
testcase_23 AC 346 ms
147,668 KB
testcase_24 AC 350 ms
147,284 KB
testcase_25 RE -
testcase_26 AC 340 ms
146,896 KB
testcase_27 AC 324 ms
146,896 KB
testcase_28 RE -
testcase_29 AC 341 ms
147,284 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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