0_0_35821320_9716.cpp:7:5: error: 'll' does not name a type
ll time;
^
0_0_35821320_9716.cpp:8:5: error: 'll' does not name a type
ll num;
^
0_0_35821320_9716.cpp: In function 'bool operator<(dy, dy)':
0_0_35821320_9716.cpp:13:10: error: 'struct dy' has no member named 'num'
if(a.num!=b.num)
^
0_0_35821320_9716.cpp:13:17: error: 'struct dy' has no member named 'num'
if(a.num!=b.num)
^
0_0_35821320_9716.cpp:14:18: error: 'struct dy' has no member named 'num'
return a.num>b.num;
^
0_0_35821320_9716.cpp:14:24: error: 'struct dy' has no member named 'num'
return a.num>b.num;
^
0_0_35821320_9716.cpp:15:18: error: 'struct dy' has no member named 'time'
return a.time<b.time;
^
0_0_35821320_9716.cpp:15:25: error: 'struct dy' has no member named 'time'
return a.time<b.time;
^
0_0_35821320_9716.cpp: In function 'void solve()':
0_0_35821320_9716.cpp:25:29: error: 'struct dy' has no member named 'num'
cin>>p[i].name>>p[i].num>>p[i].time;
^
0_0_35821320_9716.cpp:25:39: error: 'struct dy' has no member named 'time'
cin>>p[i].name>>p[i].num>>p[i].time;
^
|