실행 실패 (제출 코드 컴파일 에러)
Main.c: In function ‘main’: Main.c:19:22: warning: implicit declaration of function ‘hasing’; did you mean ‘hashing’? [-Wimplicit-function-declaration] 19 | long long hash = hasing(str, L); | ^~~~~~ | hashing Main.c:16:5: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 16 | scanf("%d", &L); | ^~~~~~~~~~~~~~~ Main.c:18:5: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 18 | scanf("%s", str); | ^~~~~~~~~~~~~~~~ /usr/bin/ld: /tmp/cchOdz8E.o: in function `main': Main.c:(.text.startup+0x4c): undefined reference to `hasing' collect2: error: ld returned 1 exit status
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
반례를 발견하지 못했습니다.