실행 실패 (제출 코드 컴파일 에러)
Main.cpp:12:15: error: ambiguating new declaration of ‘long long int soultion(bool, int)’ 12 | long long int soultion(bool preNum, int depth){ | ^~~~~~~~ Main.cpp:3:5: note: old declaration ‘int soultion(bool, int)’ 3 | int soultion(bool, int); | ^~~~~~~~ Main.cpp: In function ‘int main(int, char**)’: Main.cpp:7:8: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 7 | scanf("%d", &N); | ~~~~~^~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.