0_0_17774482_17496.cpp: In function 'int main()':
0_0_17774482_17496.cpp:8:6: error: 'inti' was not declared in this scope
for(inti=1;i<=5;++i)f[i]=(f[i-1]+1)*(f[i-1]+1)-1;
^
0_0_17774482_17496.cpp:8:13: error: 'i' was not declared in this scope
for(inti=1;i<=5;++i)f[i]=(f[i-1]+1)*(f[i-1]+1)-1;
^
|