Problem | alienalien |
---|---|
User | Yifei1234 |
Submission Time | 2023-08-16 16:29:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
alienalien.cpp: In function ‘int main()’:
alienalien.cpp:9:18: error: expected ‘)’ before ‘;’ token
9 | if (int x=0; x<n;x++){
| ~ ^
| )
alienalien.cpp:9:19: error: ‘x’ was not declared in this scope
9 | if (int x=0; x<n;x++){
| ^
alienalien.cpp:23:18: error: expected ‘)’ before ‘;’ token
23 | if(int x=0; x<n;x++ ){
| ~ ^
| )
alienalien.cpp:28:1: error: ‘else’ without a previous ‘if’
28 | else{
| ^~~~