실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘main’: Main.c:3:5: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration] 3 | scanf("%d", &T); | ^~~~~ Main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ +++ |+#include <stdio.h> 1 | int main() { Main.c:3:5: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch] 3 | scanf("%d", &T); | ^~~~~ Main.c:3:5: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ Main.c:28:9: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration] 28 | printf("%d\n", dp[L]); | ^~~~~~ Main.c:28:9: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’ Main.c:28:9: warning: incompatible implicit declaration of built-in function ‘printf’ [-Wbuiltin-declaration-mismatch] Main.c:28:9: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’ Main.c: At top level: Main.c:30:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ at end of input 30 | } myCompiler | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.