結果

問題 No.81 すべて足すだけの簡単なお仕事です。
ユーザー dangodango
提出日時 2023-06-20 16:18:10
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 253 ms / 5,000 ms
コード長 88 bytes
コンパイル時間 337 ms
コンパイル使用メモリ 87,164 KB
実行使用メモリ 91,156 KB
最終ジャッジ日時 2023-09-10 11:55:55
合計ジャッジ時間 8,870 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 220 ms
88,984 KB
testcase_01 AC 218 ms
89,040 KB
testcase_02 AC 217 ms
89,188 KB
testcase_03 AC 216 ms
88,988 KB
testcase_04 AC 227 ms
90,688 KB
testcase_05 AC 218 ms
89,180 KB
testcase_06 AC 218 ms
88,988 KB
testcase_07 AC 220 ms
89,280 KB
testcase_08 AC 227 ms
90,776 KB
testcase_09 AC 253 ms
91,156 KB
testcase_10 AC 217 ms
89,036 KB
testcase_11 AC 218 ms
89,240 KB
testcase_12 AC 222 ms
89,204 KB
testcase_13 AC 220 ms
88,964 KB
testcase_14 AC 217 ms
89,220 KB
testcase_15 AC 225 ms
91,012 KB
testcase_16 AC 218 ms
89,096 KB
testcase_17 AC 217 ms
89,132 KB
testcase_18 AC 225 ms
89,064 KB
testcase_19 AC 218 ms
89,008 KB
testcase_20 AC 220 ms
89,200 KB
testcase_21 AC 223 ms
89,080 KB
testcase_22 AC 227 ms
89,100 KB
testcase_23 AC 232 ms
90,784 KB
testcase_24 AC 225 ms
89,216 KB
testcase_25 AC 216 ms
89,252 KB
testcase_26 AC 220 ms
89,008 KB
testcase_27 AC 220 ms
88,932 KB
testcase_28 AC 219 ms
89,260 KB
testcase_29 AC 218 ms
89,060 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import decimal
print('{:.10f}'.format(eval("+decimal.Decimal(input())" * int(input()))))
0