0_0_33918797_26922.cpp: In function 'int main()':
0_0_33918797_26922.cpp:29:17: error: request for member 'ending' in 'tv', which is of non-class type 'time [105]'
sort(tv.ending,tv.ending+n);
^
0_0_33918797_26922.cpp:29:27: error: request for member 'ending' in 'tv', which is of non-class type 'time [105]'
sort(tv.ending,tv.ending+n);
^
|