結果

問題 No.81 すべて足すだけの簡単なお仕事です。
ユーザー kotatsugamekotatsugame
提出日時 2018-07-17 07:14:13
言語 Raku
(rakudo v2024.02)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 111 bytes
コンパイル時間 1,895 ms
コンパイル使用メモリ 133,896 KB
実行使用メモリ 137,892 KB
最終ジャッジ日時 2024-06-07 23:15:44
合計ジャッジ時間 15,395 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 398 ms
137,636 KB
testcase_01 AC 404 ms
137,784 KB
testcase_02 AC 402 ms
137,760 KB
testcase_03 AC 401 ms
137,636 KB
testcase_04 AC 407 ms
137,764 KB
testcase_05 AC 409 ms
137,636 KB
testcase_06 AC 416 ms
137,376 KB
testcase_07 AC 419 ms
137,760 KB
testcase_08 AC 415 ms
137,636 KB
testcase_09 AC 416 ms
137,508 KB
testcase_10 AC 403 ms
137,376 KB
testcase_11 AC 406 ms
137,380 KB
testcase_12 AC 400 ms
137,888 KB
testcase_13 AC 398 ms
137,380 KB
testcase_14 AC 399 ms
137,376 KB
testcase_15 AC 410 ms
137,376 KB
testcase_16 AC 402 ms
137,764 KB
testcase_17 AC 393 ms
137,508 KB
testcase_18 WA -
testcase_19 AC 400 ms
137,380 KB
testcase_20 AC 398 ms
137,636 KB
testcase_21 AC 399 ms
137,760 KB
testcase_22 AC 397 ms
137,892 KB
testcase_23 AC 404 ms
137,764 KB
testcase_24 AC 400 ms
137,376 KB
testcase_25 AC 407 ms
137,888 KB
testcase_26 AC 398 ms
137,380 KB
testcase_27 AC 398 ms
137,504 KB
testcase_28 AC 394 ms
137,380 KB
testcase_29 AC 408 ms
137,656 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