0_0_17593416_27293.cpp: In function 'void add(int)':
0_0_17593416_27293.cpp:14:8: error: 'j' was not declared in this scope
f[n][j++]=k%10000;
^
0_0_17593416_27293.cpp: In function 'int main()':
0_0_17593416_27293.cpp:34:24: error: 'j' was not declared in this scope
printf("%d",f[n][j]);
^
|