Problem | lineup2 |
---|---|
User | asbx |
Submission Time | 2023-11-08 14:33:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lineup2.cpp:20:2: error: expected unqualified-id before ‘for’
20 | for(int j=0; j<MUFFIN; j++){
| ^~~
lineup2.cpp:20:15: error: ‘j’ does not name a type
20 | for(int j=0; j<MUFFIN; j++){
| ^
lineup2.cpp:20:25: error: ‘j’ does not name a type
20 | for(int j=0; j<MUFFIN; j++){
| ^
lineup2.cpp:23:2: error: ‘cout’ does not name a type
23 | cout<<MUFFIN;
| ^~~~
lineup2.cpp:24:1: error: expected declaration before ‘}’ token
24 | }
| ^