結果

問題 No.81 すべて足すだけの簡単なお仕事です。
ユーザー kotatsugamekotatsugame
提出日時 2018-07-17 07:14:13
言語 Raku
(rakudo v2024.02)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 111 bytes
コンパイル時間 1,889 ms
コンパイル使用メモリ 130,856 KB
実行使用メモリ 132,768 KB
最終ジャッジ日時 2023-08-27 03:19:34
合計ジャッジ時間 16,002 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 393 ms
128,976 KB
testcase_01 AC 416 ms
129,240 KB
testcase_02 AC 398 ms
129,072 KB
testcase_03 AC 411 ms
129,760 KB
testcase_04 AC 400 ms
129,620 KB
testcase_05 AC 406 ms
129,376 KB
testcase_06 AC 438 ms
130,568 KB
testcase_07 AC 412 ms
130,204 KB
testcase_08 AC 408 ms
130,212 KB
testcase_09 AC 422 ms
129,528 KB
testcase_10 AC 413 ms
129,572 KB
testcase_11 AC 401 ms
129,632 KB
testcase_12 AC 409 ms
127,668 KB
testcase_13 AC 403 ms
130,100 KB
testcase_14 AC 395 ms
129,124 KB
testcase_15 AC 432 ms
129,856 KB
testcase_16 AC 405 ms
129,564 KB
testcase_17 AC 405 ms
129,668 KB
testcase_18 WA -
testcase_19 AC 415 ms
129,664 KB
testcase_20 AC 398 ms
129,648 KB
testcase_21 AC 406 ms
129,516 KB
testcase_22 AC 421 ms
129,364 KB
testcase_23 AC 402 ms
129,904 KB
testcase_24 AC 400 ms
129,480 KB
testcase_25 AC 408 ms
129,412 KB
testcase_26 AC 406 ms
129,548 KB
testcase_27 AC 403 ms
129,476 KB
testcase_28 AC 403 ms
129,732 KB
testcase_29 AC 413 ms
130,232 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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