실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:5:13: error: expected primary-expression before ‘long’ 5 | #define int long long int | ^~~~ Main.cpp:22:15: note: in expansion of macro ‘int’ 22 | a[i]= int)(lower_bound(temp.begin(), temp.end(), a[i])-temp.begin()); | ^~~ Main.cpp:25:18: warning: comparison of integer expressions of different signedness: ‘long long int’ and ‘std::vector<long long int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 25 | for(int i=0;i<a.size();i++){ | ~^~~~~~~~~ Main.cpp:10:12: warning: unused variable ‘i’ [-Wunused-variable] 10 | int N, i, k; | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.