Problem | duckbuttons |
---|---|
User | Andrew |
Submission Time | 2025-03-15 17:25:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckbuttons.cpp:7:32: error: stray ‘\342’ in program
7 | for (int i = l - 1; i >= 0; i-–) {
| ^
duckbuttons.cpp:7:33: error: stray ‘\200’ in program
7 | for (int i = l - 1; i >= 0; i-–) {
| ^
duckbuttons.cpp:7:34: error: stray ‘\223’ in program
7 | for (int i = l - 1; i >= 0; i-–) {
| ^
duckbuttons.cpp:3:21: error: ‘maxn’ was not declared in this scope
3 | long long suffixMax[maxn];
| ^~~~
duckbuttons.cpp: In function ‘void findSuffixMax()’:
duckbuttons.cpp:6:2: error: ‘suffixMax’ was not declared in this scope; did you mean ‘findSuffixMax’?
6 | suffixMax[l] = -1;
| ^~~~~~~~~
| findSuffixMax
duckbuttons.cpp:6:12: error: ‘l’ was not declared in this scope
6 | suffixMax[l] = -1;
| ^
duckbuttons.cpp:7:35: error: expected pri