結果

問題 No.2835 Take and Flip
ユーザー C++ C++
提出日時 2024-08-10 00:50:58
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 95 ms / 2,000 ms
コード長 51 bytes
コンパイル時間 428 ms
コンパイル使用メモリ 82,320 KB
実行使用メモリ 107,268 KB
最終ジャッジ日時 2024-08-10 00:51:02
合計ジャッジ時間 3,279 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 35 ms
52,480 KB
testcase_01 AC 34 ms
51,944 KB
testcase_02 AC 32 ms
52,876 KB
testcase_03 AC 89 ms
102,372 KB
testcase_04 AC 95 ms
100,472 KB
testcase_05 AC 34 ms
52,144 KB
testcase_06 AC 75 ms
102,424 KB
testcase_07 AC 82 ms
105,624 KB
testcase_08 AC 76 ms
101,084 KB
testcase_09 AC 91 ms
101,944 KB
testcase_10 AC 90 ms
101,972 KB
testcase_11 AC 89 ms
101,972 KB
testcase_12 AC 89 ms
102,056 KB
testcase_13 AC 88 ms
102,148 KB
testcase_14 AC 53 ms
78,632 KB
testcase_15 AC 33 ms
51,616 KB
testcase_16 AC 63 ms
90,192 KB
testcase_17 AC 39 ms
62,448 KB
testcase_18 AC 72 ms
97,520 KB
testcase_19 AC 85 ms
107,268 KB
testcase_20 AC 57 ms
76,512 KB
testcase_21 AC 77 ms
102,812 KB
testcase_22 AC 68 ms
93,348 KB
testcase_23 AC 50 ms
73,216 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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