실행 실패 (제출 코드 컴파일 에러)
Main.cpp:37:48: error: pragma or attribute ‘target("avx2")’ is not valid 37 | #pragma GCC target("avx2,bmi,bmi2,lzcnt,popcnt") | ^ Main.cpp: In function ‘void solve()’: Main.cpp:97:35: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘std::vector<std::pair<long long int, long long int> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 97 | for (int i = 0; i < R.size(); i++) { | ~~^~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.