0_0_19694914_25756.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include cstdio
^
0_0_19694914_25756.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include algorithm
^
0_0_19694914_25756.cpp:18:13: error: stray '\241' in program
return (a[i]《a[j]);
^
0_0_19694914_25756.cpp:18:13: error: stray '\266' in program
0_0_19694914_25756.cpp: In member function 'bool cmp::operator()(int, int)':
0_0_19694914_25756.cpp:18:27: error: expected ')' before 'a'
return (a[i]《a[j]);
^
0_0_19694914_25756.cpp: In function 'void discretize()':
0_0_19694914_25756.cpp:25:29: error: 'sort' was not declared in this scope
sort(link+1,link+n+1,x); // 以link作为中转站,对a进行排序
^
0_0_19694914_25756.cpp: In function 'int main()':
0_0_19694914_25756.cpp:50:20: error: 'scanf' was not declared in this scope
scanf("%d",&t);
^
0_0_19694914_25756.cpp:65:72: error: 'printf' was not declared in this scope
printf("%d\n",a[link[query(root[l-1],root[r],1,n,k)]]);
^
|