1001
V4 Test Problem 컴파일 에러
C
0 ms
0 KB
2026-07-31 00:56:08
제출 코드
컴파일 에러
Main.c: In function ‘main’:
Main.c:4:5: error: ‘rxj’ undeclared (first use in this function)
4 | rxj,jxjeturn 0;
| ^~~
Main.c:4:5: note: each undeclared identifier is reported only once for each function it appears in
Main.c:4:9: error: ‘jxjeturn’ undeclared (first use in this function)
4 | rxj,jxjeturn 0;
| ^~~~~~~~
Main.c:4:8: warning: left-hand operand of comma expression has no effect [-Wunused-value]
4 | rxj,jxjeturn 0;
| ^
Main.c:4:17: error: expected ‘;’ before numeric constant
4 | rxj,jxjeturn 0;
| ^~
| ;