結果

問題 No.81 すべて足すだけの簡単なお仕事です。
ユーザー hogeover30hogeover30
提出日時 2016-12-28 03:42:40
言語 Ruby
(3.3.0)
結果
RE  
実行時間 -
コード長 83 bytes
コンパイル時間 447 ms
コンパイル使用メモリ 11,252 KB
実行使用メモリ 15,420 KB
最終ジャッジ日時 2023-08-21 17:48:04
合計ジャッジ時間 4,964 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 84 ms
15,260 KB
testcase_01 AC 82 ms
15,184 KB
testcase_02 AC 82 ms
15,256 KB
testcase_03 AC 80 ms
15,268 KB
testcase_04 AC 80 ms
15,260 KB
testcase_05 AC 80 ms
15,080 KB
testcase_06 AC 83 ms
15,188 KB
testcase_07 AC 84 ms
15,244 KB
testcase_08 AC 84 ms
15,040 KB
testcase_09 AC 82 ms
15,256 KB
testcase_10 RE -
testcase_11 AC 80 ms
15,312 KB
testcase_12 AC 82 ms
15,296 KB
testcase_13 AC 80 ms
15,352 KB
testcase_14 AC 80 ms
15,184 KB
testcase_15 AC 81 ms
15,048 KB
testcase_16 AC 80 ms
15,164 KB
testcase_17 WA -
testcase_18 AC 80 ms
15,228 KB
testcase_19 AC 81 ms
15,304 KB
testcase_20 AC 80 ms
15,152 KB
testcase_21 AC 80 ms
15,260 KB
testcase_22 AC 81 ms
15,040 KB
testcase_23 AC 81 ms
15,292 KB
testcase_24 AC 80 ms
15,264 KB
testcase_25 RE -
testcase_26 RE -
testcase_27 WA -
testcase_28 AC 80 ms
15,300 KB
testcase_29 AC 81 ms
15,136 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

_,*a=$<.read.split
r=0
a.map{|e|r+=e.to_r}
r="#{r*10**10}"
r[-13]+=?.
puts r[0..-3]
0