0_0_23959465_22170.cpp: In function 'void miu()':
0_0_23959465_22170.cpp:18:17: error: 'n' was not declared in this scope
for(int i=2;i<=n;i++) {
^
0_0_23959465_22170.cpp: In function 'int main()':
0_0_23959465_22170.cpp:49:14: error: 'T' was not declared in this scope
scanf("%d",&T);
^
0_0_23959465_22170.cpp:53:3: error: 'ans1' was not declared in this scope
ans1=ans2=0;
^
0_0_23959465_22170.cpp:53:8: error: 'ans2' was not declared in this scope
ans1=ans2=0;
^
0_0_23959465_22170.cpp:54:23: error: 'a' was not declared in this scope
scanf("%d%d%d%d%d",&a,&b,&c,&d,&k);
^
0_0_23959465_22170.cpp:54:26: error: 'b' was not declared in this scope
scanf("%d%d%d%d%d",&a,&b,&c,&d,&k);
^
0_0_23959465_22170.cpp:54:29: error: 'c' was not declared in this scope
scanf("%d%d%d%d%d",&a,&b,&c,&d,&k);
^
0_0_23959465_22170.cpp:54:32: error: 'd' was not declared in this scope
scanf("%d%d%d%d%d",&a,&b,&c,&d,&k);
^
0_0_23959465_22170.cpp:54:35: error: 'k' was not declared in this scope
scanf("%d%d%d%d%d",&a,&b,&c,&d,&k);
^
|