0_0_18085231_12413.cpp:7:7: error: 'N' was not declared in this scope
int c[N];
^
0_0_18085231_12413.cpp:8:19: error: 'N' was not declared in this scope
pair <int ,int> A[N],B[N];
^
0_0_18085231_12413.cpp:8:24: error: 'N' was not declared in this scope
pair <int ,int> A[N],B[N];
^
0_0_18085231_12413.cpp: In function 'int main()':
0_0_18085231_12413.cpp:19:13: error: 'A' was not declared in this scope
A[i].first=x;
^
0_0_18085231_12413.cpp:22:14: error: 'A' was not declared in this scope
sort(A+1,A+1+n);
^
0_0_18085231_12413.cpp:27:13: error: 'B' was not declared in this scope
B[i].first=x;
^
0_0_18085231_12413.cpp:30:14: error: 'B' was not declared in this scope
sort(B+1,B+1+n);//½«a[i],b[i]±àºÅ²¢ÅÅÐò
^
0_0_18085231_12413.cpp:35:18: error: 'c' was not declared in this scope
else c[A[i].second]=B[i].second;
^
0_0_18085231_12413.cpp:42:18: error: 'c' was not declared in this scope
sort(c+x,c+y+1);
^
0_0_18085231_12413.cpp:46:16: error: 'c' was not declared in this scope
if(c[i]!=i) flag=0;
^
|