실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘void factorize(__int128, std::vector<__int128>*)’: Main.cpp:202:20: warning: variable ‘k’ set but not used [-Wunused-but-set-variable] 202 | __int128 a, b, k, t = n; | ^ Main.cpp: In function ‘int main()’: Main.cpp:250:14: error: conflicting declaration ‘__int128 temp’ 250 | __int128 temp = 0; | ^~~~ Main.cpp:232:15: note: previous declaration as ‘long long int temp’ 232 | long long temp; | ^~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.