0_0_23430202_29466.cpp:13:6: error: expected initializer before 't'
node t[10005];
^
0_0_23430202_29466.cpp: In function 'int main()':
0_0_23430202_29466.cpp:25:21: error: 'x' was not declared in this scope
scanf("%d",&x);
^
0_0_23430202_29466.cpp:30:25: error: 't' was not declared in this scope
scanf("%d",&t[i].peo);
^
|