Problem | conductslip |
---|---|
User | YSH2020 |
Submission Time | 2024-01-03 20:33:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
conductslip.cpp: In function ‘int main()’:
conductslip.cpp:35:34: error: expected ‘;’ before ‘cout’
35 | ans = max(ans, pref_under[c])
| ^
| ;
36 | cout << ans;
| ~~~~