| Problem | smurf |
|---|---|
| User | TheInvadr |
| Submission Time | 2023-01-04 23:08:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
smurf.cpp: In function ‘int main()’:
smurf.cpp:16:2: error: expected primary-expression before ‘{’ token
16 | {
| ^
smurf.cpp:15:37: error: expected ‘)’ before ‘{’ token
15 | for (int x = n - i; x >0; --x-
| ~ ^
| )
16 | {
| ~