0_0_39663328_11056.cpp: In function 'int main()':
0_0_39663328_11056.cpp:20:35: error: 'struct Node' has no member named 't'
20 | while(~scanf("%d%d",&a[n].t ,&a[n].v)) a[n].i = n++;
| ^
0_0_39663328_11056.cpp:20:53: error: 'struct Node' has no member named 'i'
20 | while(~scanf("%d%d",&a[n].t ,&a[n].v)) a[n].i = n++;
| ^
|