0_0_35955312_18005.cpp: In function 'int main()':
0_0_35955312_18005.cpp:55:8: error: 'll' was not declared in this scope
for(ll j=1;j<=t;j++)
^
0_0_35955312_18005.cpp:55:15: error: 'j' was not declared in this scope
for(ll j=1;j<=t;j++)
^
0_0_35955312_18005.cpp:64:8: error: 'll' was not declared in this scope
for(ll j=1;j<=t;j++)
^
0_0_35955312_18005.cpp:64:15: error: 'j' was not declared in this scope
for(ll j=1;j<=t;j++)
^
0_0_35955312_18005.cpp:66:14: error: 'i' was not declared in this scope
int x=no[i].x;
^
|