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