0_0_17161946_27415.c: In function 'main': 0_0_17161946_27415.c:15:4: error: expected ';' before 'if' if(a[i][j]=='E') j++; ^ 0_0_17161946_27415.c:16:4: error: 'else' without a previous 'if' else if(a[i][j]=='W') j--; ^