{"problem":{"name":"Nuts","description":{"content":"There are $N$ trees. The $i$\\-th tree bears $A_i$ nuts. Chipmunk will harvest nuts from the trees in the following manner: *   From a tree with $10$ or fewer nuts, she does not take nuts. *   From a ","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc204_b"},"statements":[{"statement_type":"Markdown","content":"There are $N$ trees. The $i$\\-th tree bears $A_i$ nuts.\nChipmunk will harvest nuts from the trees in the following manner:\n\n*   From a tree with $10$ or fewer nuts, she does not take nuts.\n*   From a tree with more than $10$ nuts, she takes all but $10$ nuts.\n\nFind the total number of nuts Chipmunk will take from the trees.\n\n## Constraints\n\n*   $1 \\leq N \\leq 1000$\n*   $0 \\leq A_i \\leq 1000$\n*   All values in input are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$\n$A_1$ $\\ldots$ $A_N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc204_b","tags":[],"sample_group":[["3\n6 17 28","25\n\nFrom the three trees, Chipmunk will take $0$, $7$, and $18$ nuts, for a total of $25$ nuts."],["4\n8 9 10 11","1"]],"created_at":"2026-03-03 11:01:14"}}