실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘max’: Main.c:3:61: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token 3 | int cross_p(int x1, int y1, int x2, int y2, int x3, int y3) { | ^ Main.c:17:75: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token 17 | int eqdisc(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4){ | ^ Main.c:23:77: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token 23 | int linedisc(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4){ | ^ Main.c:30:70: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token 30 | int f(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4){ | ^ Main.c:66:11: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token 66 | int main(){ | ^ Main.c:69: error: expected ‘{’ at end of input Main.c:69: warning: control reaches end of non-void function [-Wreturn-type]
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.