Problem | potatosalad |
---|---|
User | dakingwawin |
Submission Time | 2023-07-13 16:23:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:16:17: error: expected ‘;’ before ‘}’ token
16 | total+=counter
| ^
| ;
17 | }
| ~