0_0_39412236_17621.cpp: In function 'bool cmp(node, node)':
0_0_39412236_17621.cpp:8:10: error: 'struct node' has no member named 'tim'; did you mean 'time'?
8 | if(x.tim==y.tim)
| ^~~
| time
0_0_39412236_17621.cpp:8:17: error: 'struct node' has no member named 'tim'; did you mean 'time'?
8 | if(x.tim==y.tim)
| ^~~
| time
0_0_39412236_17621.cpp:9:14: error: 'struct node' has no member named 'typ'; did you mean 'type'?
9 | return x.typ<y.typ;
| ^~~
| type
0_0_39412236_17621.cpp:9:20: error: 'struct node' has no member named 'typ'; did you mean 'type'?
9 | return x.typ<y.typ;
| ^~~
| type
0_0_39412236_17621.cpp:10:14: error: 'struct node' has no member named 'tim'; did you mean 'time'?
10 | return x.tim<y.tim;
| ^~~
| time
0_0_39412236_17621.cpp:10:20: error: 'struct node' has no member named 'tim'; did you mean 'time'?
10 | return x.tim<y.tim;
| ^~~
| time
0_0_39412236_17621.cpp: In function 'int main()':
0_0_39412236_17621.cpp:14:10: error: 'n' was not declared in this scope
14 | cin>>n>>t;
| ^
|