{"problem":{"name":"Integer Sum","description":{"content":"You are given $N$ integers $A_1,A_2,\\dots$, and $A_N$. Find the sum of the $N$ integers.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc272_a"},"statements":[{"statement_type":"Markdown","content":"You are given $N$ integers $A_1,A_2,\\dots$, and $A_N$.\nFind the sum of the $N$ integers.\n\n## Constraints\n\n*   $1 \\le N \\le 100$\n*   $1 \\le A_i \\le 100$\n*   All values in the input are integers.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$N$\n$A_1$ $A_2$ $\\dots$ $A_N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc272_a","tags":[],"sample_group":[["3\n2 7 2","11\n\nYou are given three integers: $2$, $7$, and $2$.\nThe answer is $2 + 7 + 2 = 11$."],["1\n3","3"]],"created_at":"2026-03-03 11:01:14"}}