結果

問題 No.2835 Take and Flip
ユーザー miztommiztom
提出日時 2024-08-09 23:59:36
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 82 ms / 2,000 ms
コード長 44 bytes
コンパイル時間 401 ms
コンパイル使用メモリ 82,468 KB
実行使用メモリ 100,424 KB
最終ジャッジ日時 2024-08-09 23:59:39
合計ジャッジ時間 3,133 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 35 ms
52,024 KB
testcase_01 AC 38 ms
52,056 KB
testcase_02 AC 36 ms
53,148 KB
testcase_03 AC 72 ms
93,380 KB
testcase_04 AC 82 ms
100,424 KB
testcase_05 AC 31 ms
51,568 KB
testcase_06 AC 64 ms
89,104 KB
testcase_07 AC 68 ms
91,936 KB
testcase_08 AC 64 ms
88,104 KB
testcase_09 AC 69 ms
92,188 KB
testcase_10 AC 72 ms
92,368 KB
testcase_11 AC 70 ms
92,184 KB
testcase_12 AC 66 ms
92,680 KB
testcase_13 AC 69 ms
92,472 KB
testcase_14 AC 50 ms
71,448 KB
testcase_15 AC 33 ms
52,332 KB
testcase_16 AC 58 ms
81,268 KB
testcase_17 AC 38 ms
60,028 KB
testcase_18 AC 63 ms
85,792 KB
testcase_19 AC 71 ms
91,460 KB
testcase_20 AC 48 ms
71,444 KB
testcase_21 AC 66 ms
89,764 KB
testcase_22 AC 60 ms
80,936 KB
testcase_23 AC 45 ms
68,280 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

input()
print(sum(map(int,input().split())))
0