Problem | chunlian |
---|---|
User | Dolphy |
Submission Time | 2024-02-10 17:15:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
chunlian.cpp: In function ‘int32_t main()’:
chunlian.cpp:19:37: error: expected ‘;’ before ‘local’
19 | if (local>max) max=local
| ^
| ;
20 | local-=chunlians[i-k];
| ~~~~~