0_0_19936378_21098.cpp: In function 'int main()':
0_0_19936378_21098.cpp:34:8: error: expected ';' before 't'
time t[110];
^
0_0_19936378_21098.cpp:36:9: error: 't' was not declared in this scope
cin>>t[i].x>>t[i].y;
^
0_0_19936378_21098.cpp:40:8: error: 't' was not declared in this scope
sort(t,t+n);
^
|