실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘main’: Main.c:4:27: error: invalid operands to binary & (have ‘int *’ and ‘int’) 4 | scanf("%d%d%d\n",&a,&b&c); | ~~^ | | | int * Main.c:5:9: warning: suggest parentheses around comparison in operand of ‘==’ [-Wparentheses] 5 | if(a==b==c) | ~^~~ Main.c:6:22: error: expected ‘)’ before numeric constant 6 | printf("%d\n"10000+(a+b+c)*1000); | ~ ^~~~~ | ) Main.c:6:18: warning: format ‘%d’ expects a matching ‘int’ argument [-Wformat=] 6 | printf("%d\n"10000+(a+b+c)*1000); | ~^ | | | int
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.