제출 #969353

#제출 시각아이디문제언어결과실행 시간메모리
969353vjudge1Global Warming (CEOI18_glo)C++17
컴파일 에러
0 ms0 KiB
#include<bits/stdc++.h> using namespace std; const int mxN = 2e5+5; int n, x; int main() { cin >> n >> x; vector<int> temp; for(int i = 1; i <= n; ++i) { cin >> arr[i]; auto itr = lower_bound(temp.begin(), temp.end(), arr[i]); if(itr == temp.end()) temp.emplace_back(arr[i]); else *itr = arr[i]; } cout << temp.size(); }

컴파일 시 표준 에러 (stderr) 메시지

glo.cpp: In function 'int main()':
glo.cpp:11:16: error: 'arr' was not declared in this scope
   11 |         cin >> arr[i];
      |                ^~~