{"raw_statement":[{"iden":"problem statement","content":"You are given $N$ integers $A_1,A_2,\\dots$, and $A_N$.\nFind the sum of the $N$ integers."},{"iden":"constraints","content":"*   $1 \\le N \\le 100$\n*   $1 \\le A_i \\le 100$\n*   All values in the input are integers."},{"iden":"input","content":"The input is given from Standard Input in the following format:\n\n$N$\n$A_1$ $A_2$ $\\dots$ $A_N$"},{"iden":"sample input 1","content":"3\n2 7 2"},{"iden":"sample output 1","content":"11\n\nYou are given three integers: $2$, $7$, and $2$.\nThe answer is $2 + 7 + 2 = 11$."},{"iden":"sample input 2","content":"1\n3"},{"iden":"sample output 2","content":"3"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}