結果

問題 No.2835 Take and Flip
ユーザー shogo314shogo314
提出日時 2024-08-09 21:57:25
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 94 ms / 2,000 ms
コード長 44 bytes
コンパイル時間 319 ms
コンパイル使用メモリ 82,432 KB
実行使用メモリ 100,480 KB
最終ジャッジ日時 2024-08-09 21:57:34
合計ジャッジ時間 2,882 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 39 ms
51,584 KB
testcase_01 AC 37 ms
51,712 KB
testcase_02 AC 39 ms
51,584 KB
testcase_03 AC 81 ms
93,312 KB
testcase_04 AC 94 ms
100,480 KB
testcase_05 AC 37 ms
51,712 KB
testcase_06 AC 75 ms
88,576 KB
testcase_07 AC 76 ms
91,392 KB
testcase_08 AC 73 ms
87,552 KB
testcase_09 AC 79 ms
92,544 KB
testcase_10 AC 77 ms
92,672 KB
testcase_11 AC 77 ms
92,592 KB
testcase_12 AC 77 ms
92,160 KB
testcase_13 AC 77 ms
92,456 KB
testcase_14 AC 56 ms
71,060 KB
testcase_15 AC 37 ms
51,584 KB
testcase_16 AC 64 ms
79,488 KB
testcase_17 AC 43 ms
59,776 KB
testcase_18 AC 70 ms
84,480 KB
testcase_19 AC 81 ms
90,880 KB
testcase_20 AC 53 ms
69,248 KB
testcase_21 AC 74 ms
89,088 KB
testcase_22 AC 65 ms
81,280 KB
testcase_23 AC 51 ms
67,584 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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