Problem | catlunch |
---|---|
User | user123 |
Submission Time | 2023-09-09 12:58:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:28:39: error: expected ‘;’ before ‘if’
28 | dp[a]=dp[a-1]+q.top(); q.pop()
| ^
| ;
29 | if (a<=n-m) q.push(s[m+a-1]);
| ~~