結果

問題 No.81 すべて足すだけの簡単なお仕事です。
ユーザー ebicochinealebicochineal
提出日時 2016-11-16 05:22:01
言語 Python3
(3.11.6 + numpy 1.26.0 + scipy 1.11.3)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 90 bytes
コンパイル時間 276 ms
コンパイル使用メモリ 10,604 KB
実行使用メモリ 9,036 KB
最終ジャッジ日時 2023-08-21 13:25:38
合計ジャッジ時間 1,970 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 20 ms
8,804 KB
testcase_01 AC 20 ms
8,808 KB
testcase_02 AC 21 ms
8,912 KB
testcase_03 AC 20 ms
8,816 KB
testcase_04 AC 21 ms
8,812 KB
testcase_05 AC 20 ms
9,036 KB
testcase_06 AC 21 ms
8,836 KB
testcase_07 AC 20 ms
9,032 KB
testcase_08 AC 21 ms
8,816 KB
testcase_09 AC 21 ms
8,816 KB
testcase_10 AC 20 ms
8,804 KB
testcase_11 AC 21 ms
8,844 KB
testcase_12 AC 20 ms
8,956 KB
testcase_13 AC 21 ms
8,948 KB
testcase_14 AC 20 ms
8,816 KB
testcase_15 AC 21 ms
8,896 KB
testcase_16 AC 20 ms
8,844 KB
testcase_17 AC 20 ms
8,828 KB
testcase_18 AC 20 ms
8,824 KB
testcase_19 AC 20 ms
8,896 KB
testcase_20 AC 20 ms
8,996 KB
testcase_21 AC 21 ms
9,032 KB
testcase_22 AC 21 ms
8,944 KB
testcase_23 AC 20 ms
9,012 KB
testcase_24 AC 21 ms
9,024 KB
testcase_25 WA -
testcase_26 AC 20 ms
9,036 KB
testcase_27 AC 20 ms
9,004 KB
testcase_28 AC 20 ms
8,844 KB
testcase_29 AC 20 ms
8,900 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

from decimal import*
D=Decimal
print(sum(D(input())+D('%.10f'%0)for x in[0]*int(input())))
0