結果

問題 No.2835 Take and Flip
ユーザー KudeKude
提出日時 2024-08-09 21:21:36
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 86 ms / 2,000 ms
コード長 45 bytes
コンパイル時間 226 ms
コンパイル使用メモリ 82,304 KB
実行使用メモリ 100,224 KB
最終ジャッジ日時 2024-08-09 21:21:39
合計ジャッジ時間 3,002 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 36 ms
51,840 KB
testcase_01 AC 41 ms
51,840 KB
testcase_02 AC 37 ms
51,456 KB
testcase_03 AC 74 ms
92,928 KB
testcase_04 AC 86 ms
100,224 KB
testcase_05 AC 38 ms
51,328 KB
testcase_06 AC 73 ms
89,140 KB
testcase_07 AC 75 ms
90,880 KB
testcase_08 AC 71 ms
87,552 KB
testcase_09 AC 77 ms
92,288 KB
testcase_10 AC 76 ms
92,672 KB
testcase_11 AC 76 ms
92,416 KB
testcase_12 AC 76 ms
92,672 KB
testcase_13 AC 76 ms
92,416 KB
testcase_14 AC 55 ms
70,872 KB
testcase_15 AC 37 ms
51,840 KB
testcase_16 AC 63 ms
79,232 KB
testcase_17 AC 42 ms
59,648 KB
testcase_18 AC 68 ms
84,608 KB
testcase_19 AC 75 ms
91,392 KB
testcase_20 AC 53 ms
69,248 KB
testcase_21 AC 75 ms
88,704 KB
testcase_22 AC 64 ms
80,872 KB
testcase_23 AC 50 ms
67,456 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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