Problem | 7up |
---|---|
User | dakingwawin |
Submission Time | 2023-08-03 17:25:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
7up.cpp: In function ‘int main()’:
7up.cpp:31:17: error: expected ‘;’ before ‘}’ token
31 | counter += n
| ^
| ;
32 | }
| ~