실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘main’: Main.c:6:9: warning: implicit declaration of function ‘gets’; did you mean ‘fgets’? [-Wimplicit-function-declaration] 6 | gets(str); | ^~~~ | fgets Main.c:27:43: error: ‘same’ undeclared (first use in this function) 27 | if(cm==copy_n[i]&& idx!=i)same++; | ^~~~ Main.c:27:43: note: each undeclared identifier is reported only once for each function it appears in
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.