실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘recursion’: Main.c:6:5: warning: value computed is not used [-Wunused-value] 6 | *p_count ++; | ^~~~~~~~~~~ Main.c: In function ‘main’: Main.c:26:17: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘char **’ [-Wformat=] 26 | scanf("%s", pp_str + i); | ~^ ~~~~~~~~~~ | | | | char * char ** Main.c:30:5: error: expected declaration or statement at end of input 30 | } | ^ Main.c:18:5: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 18 | scanf("%d", &num_testcase); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Main.c:26:9: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 26 | scanf("%s", pp_str + i); | ^~~~~~~~~~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.