0_0_17093027_7556.cpp:15:1: error: 'time' does not name a type
time n[10000];
^
0_0_17093027_7556.cpp: In function 'int main()':
0_0_17093027_7556.cpp:27:9: error: 'n' was not declared in this scope
cin>>n[i].num>>s>>e;
^
0_0_17093027_7556.cpp:33:9: error: 'n' was not declared in this scope
sort (n,n+m);
^
|