Problem | coke |
---|---|
User | justin271828 |
Submission Time | 2024-06-30 13:30:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
coke.cpp: In function ‘int main()’:
coke.cpp:17:3: error: ‘maxS’ was not declared in this scope; did you mean ‘maxX’?
17 | maxS = max(S[i], maxS);
| ^~~~
| maxX