제출 #537376

#제출 시각아이디문제언어결과실행 시간메모리
537376kawaiiExhibition (JOI19_ho_t2)C++14
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; #define int long long int t, n, m, mod = 1e9 + 7; mt19937_64 rng; struct point{ int s, h; }; bool operator < (point a, point b){ return a.h < b.h; } point a[1000005]; int b[1000005]; void solve(){ int crr = 1; for(int i = n; i >= 1; i--){ if(crr <= m && a[i].s <= b[m - cur + 1]){ crr++; if(crr == m + 1) break; } } cout << crr <<" "; } signed main(){ ios_base::sync_with_stdio(NULL); cin.tie(nullptr); cout.tie(nullptr); rng.seed((int)main ^ time(0)); #ifdef Kawaii auto starttime = chrono::high_resolution_clock::now(); #endif cin >> n >> m; for(int i = 1; i <= n; i++) cin >> a[i].s >> a[i].h; for(int i = 1; i <= m; i++) cin >> b[i]; sort(b + 1, b + m + 1); sort(a + 1, a + n + 1); solve(); #ifdef Kawaii auto endtime = chrono::high_resolution_clock::now(); auto duration = chrono::duration_cast<chrono::milliseconds>(endtime - starttime).count(); cout << "\n=====" << "\nUsed: " << duration << " ms\n"; #endif }

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

joi2019_ho_t2.cpp: In function 'void solve()':
joi2019_ho_t2.cpp:22:40: error: 'cur' was not declared in this scope; did you mean 'crr'?
   22 |         if(crr <= m && a[i].s <= b[m - cur + 1]){
      |                                        ^~~
      |                                        crr