0_0_34772928_1066.cpp:122:9: error: stray '\357' in program
sort(seg,seg+m);,
^
0_0_34772928_1066.cpp:122:9: error: stray '\274' in program
0_0_34772928_1066.cpp:122:9: error: stray '\214' in program
0_0_34772928_1066.cpp:16:17: error: 'vis' does not name a type
bool vis[10010];vis[i]i
^
0_0_34772928_1066.cpp: In function 'int bsearch(int, int, int)':
0_0_34772928_1066.cpp:43:17: error: 'seg' was not declared in this scope
if(num==seg[mid])
^
0_0_34772928_1066.cpp: In function 'int main()':
0_0_34772928_1066.cpp:115:13: error: 'seg' was not declared in this scope
seg[cnt++]=poster[i].l;
^
0_0_34772928_1066.cpp:118:14: error: 'seg' was not declared in this scope
sort(seg,seg+cnt);
^
|