실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘long long unsigned int pr(__int128)’: Main.cpp:56:14: error: ‘g’ cannot be used as a function 56 | g = g((x - y) < 0 ? -(x - y) : (x - y), n); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Main.cpp: In function ‘int main()’: Main.cpp:83: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] 83 | for (int i = 1; i < F.size(); i++) { | ~~^~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.