실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:25:26: error: expected ‘}’ at end of input 25 | printf("no"); | ^ Main.cpp:24:14: note: to match this ‘{’ 24 | else { | ^ Main.cpp:25:26: error: expected ‘}’ at end of input 25 | printf("no"); | ^ Main.cpp:8:32: note: to match this ‘{’ 8 | for(int i = 0; i < t; i++) { | ^ Main.cpp:25:26: error: expected ‘}’ at end of input 25 | printf("no"); | ^ Main.cpp:2:12: note: to match this ‘{’ 2 | int main() { | ^ Main.cpp:4:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 4 | scanf("%d", &t); | ~~~~~^~~~~~~~~~ Main.cpp:5:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 5 | scanf("%d %d", &a, &b); | ~~~~~^~~~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.