Problem | duckbuttons |
---|---|
User | Andrew |
Submission Time | 2025-03-15 17:29:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckbuttons.cpp: In function ‘void findSuffixMax()’:
duckbuttons.cpp:11:42: error: expected ‘)’ before ‘;’ token
11 | suffixMax[i] = max(suffixMax[i+1], a[i];
| ~ ^
| )