0_0_20271940_15080.c: In function 'main':
0_0_20271940_15080.c:8:5: error: expected expression before '/' token
//f[n]=a^x(n)*b^x(n+1)
^
0_0_20271940_15080.c:13:5: error: 'x' undeclared (first use in this function)
x[0]=0;
^
0_0_20271940_15080.c:13:5: note: each undeclared identifier is reported only once for each function it appears in
0_0_20271940_15080.c:14:5: error: 'y' undeclared (first use in this function)
y[0]=1;
^
0_0_20271940_15080.c:15:5: error: 'u' undeclared (first use in this function)
u[0]=1;
^
0_0_20271940_15080.c:16:5: error: 'v' undeclared (first use in this function)
v[0]=1;
^
0_0_20271940_15080.c:24:31: error: 'c' undeclared (first use in this function)
while (scanf("%ld%ld%ld",&c[0],&c[1],&n))
^
0_0_20271940_15080.c:24:43: error: 'n' undeclared (first use in this function)
while (scanf("%ld%ld%ld",&c[0],&c[1],&n))
^
0_0_20271940_15080.c:36:9: error: 'result' undeclared (first use in this function)
result=1;
^
0_0_20271940_15080.c:43:13: error: expected expression before '/' token
//n-1 y
^
0_0_20271940_15080.c:45:13: error: 'w' undeclared (first use in this function)
w=0;
^
0_0_20271940_15080.c:46:20: error: 'nn' undeclared (first use in this function)
while (nn)
^
|