{"problem":{"name":"Homework","description":{"content":"Takahashi has $N$ days of summer vacation. His teacher gave him $M$ summer assignments. It will take $A_i$ days for him to do the $i$\\-th assignment. He cannot do multiple assignments on the same day,","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc163_b"},"statements":[{"statement_type":"Markdown","content":"Takahashi has $N$ days of summer vacation.\nHis teacher gave him $M$ summer assignments. It will take $A_i$ days for him to do the $i$\\-th assignment.\nHe cannot do multiple assignments on the same day, or hang out on a day he does an assignment.\nWhat is the maximum number of days Takahashi can hang out during the vacation if he finishes all the assignments during this vacation?\nIf Takahashi cannot finish all the assignments during the vacation, print `-1` instead.\n\n## Constraints\n\n*   $1 \\leq N \\leq 10^6$\n*   $1 \\leq M \\leq 10^4$\n*   $1 \\leq A_i \\leq 10^4$\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$ $M$\n$A_1$ $...$ $A_M$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc163_b","tags":[],"sample_group":[["41 2\n5 6","30\n\nFor example, he can do the first assignment on the first $5$ days, hang out on the next $30$ days, and do the second assignment on the last $6$ days of the vacation. In this way, he can safely spend $30$ days hanging out."],["10 2\n5 6","\\-1\n\nHe cannot finish his assignments."],["11 2\n5 6","0\n\nHe can finish his assignments, but he will have no time to hang out."],["314 15\n9 26 5 35 8 9 79 3 23 8 46 2 6 43 3","9"]],"created_at":"2026-03-03 11:01:13"}}