| Problem | snack |
|---|---|
| User | DaPeter |
| Submission Time | 2025-12-16 20:49:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
snack.cpp: In function ‘int main()’:
snack.cpp:8:45: error: expected ‘;’ before ‘long’
8 | char a[n];for(int i=0;i<n;i++) cin>>a[i]
| ^
| ;
snack.cpp:14:3: error: ‘cur’ was not declared in this scope
14 | cur = max(x,cur+x);
| ^~~
snack.cpp:15:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
15 | ans = max(ans,cur);
| ^~~
| abs
snack.cpp:17:11: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
17 | cout<<ans;
| ^~~
| abs