Problem | potatosalad |
---|---|
User | bestatchinesechess |
Submission Time | 2025-02-17 22:32:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:20:29: error: expected ‘;’ before ‘sum_m’
20 | max_m = max(max_m, sum_m)
| ^
| ;
21 | sum_m -= n_mass[n_start];
| ~~~~~