실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘long long unsigned int pr(__int128)’: Main.cpp:58:14: error: ‘g’ cannot be used as a function 58 | g = g((x - y) < 0 ? -(x - y) : (x - y), n); // (x - y)의 절댓값을 구함 | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Main.cpp: In function ‘int main()’: Main.cpp:85:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<long long unsigned int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 85 | for (int i = 1; i < F.size(); i++) { | ~~^~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.