Problem | potatosalad |
---|---|
User | allz |
Submission Time | 2025-04-12 09:35:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int32_t main()’:
potatosalad.cpp:16:2: error: expected primary-expression before ‘int’
16 | (int i = 0, i<d, i++) {
| ^~~
potatosalad.cpp:16:2: error: expected ‘)’ before ‘int’
16 | (int i = 0, i<d, i++) {
| ~^~~
| )
potatosalad.cpp: At global scope:
potatosalad.cpp:21:1: error: expected unqualified-id before ‘return’
21 | return 0;
| ^~~~~~
potatosalad.cpp:22:1: error: expected declaration before ‘}’ token
22 | }
| ^