0_0_39458345_1150.cpp:1:1: error: stray '\275' in program
1 | <bd><e2><ca><U+0374><fa><c2><eb>#include<bits/stdc++.h>
| ^~~~
0_0_39458345_1150.cpp:1:2: error: stray '\342' in program
1 | <bd><e2><ca><U+0374><fa><c2><eb>#include<bits/stdc++.h>
| ^~~~
0_0_39458345_1150.cpp:1:3: error: stray '\312' in program
1 | <bd><e2><ca><U+0374><fa><c2><eb>#include<bits/stdc++.h>
| ^~~~
0_0_39458345_1150.cpp:1:5: error: stray '\372' in program
1 | <bd><e2><ca><U+0374><fa><c2><eb>#include<bits/stdc++.h>
| ^~~~
0_0_39458345_1150.cpp:1:6: error: stray '\302' in program
1 | <bd><e2><ca><U+0374><fa><c2><eb>#include<bits/stdc++.h>
| ^~~~
0_0_39458345_1150.cpp:1:7: error: stray '\353' in program
1 | <bd><e2><ca><U+0374><fa><c2><eb>#include<bits/stdc++.h>
| ^~~~
0_0_39458345_1150.cpp:1:8: error: stray '#' in program
1 | 解释代码#include<bits/stdc++.h>
| ^
0_0_39458345_1150.cpp:15:36: error: stray '\243' in program
15 | ios::sync_with_stdio(false)<a3><bb>
| ^~~~
0_0_39458345_1150.cpp:15:37: error: stray '\273' in program
15 | ios::sync_with_stdio(false)<a3><bb>
| ^~~~
0_0_39458345_1150.cpp:1:4: error: '\U00000374' does not name a type
1 | 解释代码#include<bits/stdc++.h>
| ^
0_0_39458345_1150.cpp:5:1: error: 'unordered_map' does not name a type
5 | unordered_map<int,int>A,B;
| ^~~~~~~~~~~~~
0_0_39458345_1150.cpp: In function 'int main()':
0_0_39458345_1150.cpp:15:9: error: 'ios' has not been declared
15 | ios::sync_with_stdio(false);
| ^~~
0_0_39458345_1150.cpp:17:9: error: 'cin' was not declared in this scope
17 | cin>>n;
| ^~~
0_0_39458345_1150.cpp:27:9: error: 'sort' was not declared in this scope; did you mean 'short'?
27 | sort(x+1,x+x[0]+1);
| ^~~~
| short
0_0_39458345_1150.cpp:28:9: error: 'memset' was not declared in this scope
28 | memset(q,0,sizeof(q));
| ^~~~~~
0_0_39458345_1150.cpp:1:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
+++ |+#include <cstring>
1 | 解释代码#include<bits/stdc++.h>
0_0_39458345_1150.cpp:38:33: error: 'A' was not declared in this scope
38 | for(int i=2*n;i>=1;i--) A[x[i]]=i,B[y[i]]=i;
| ^
0_0_39458345_1150.cpp:38:43: error: 'B' was not declared in this scope
38 | for(int i=2*n;i>=1;i--) A[x[i]]=i,B[y[i]]=i;
| ^
0_0_39458345_1150.cpp:41:25: error: 'A' was not declared in this scope
41 | f[i][0]=A[f[i][0]];
| ^
0_0_39458345_1150.cpp:42:25: error: 'B' was not declared in this scope
42 | f[i][1]=B[f[i][1]];
| ^
0_0_39458345_1150.cpp:64:31: error: 'cout' was not declared in this scope
64 | for(int i=1;i<=n;i++) cout<<ans[i]<<endl;
| ^~~~
0_0_39458345_1150.cpp:64:45: error: 'endl' was not declared in this scope
64 | for(int i=1;i<=n;i++) cout<<ans[i]<<endl;
| ^~~~
|