0_0_33141433_3375.cpp:3:11: error: '::main' must return 'int'
void main()
^
0_0_33141433_3375.cpp: In function 'int main()':
0_0_33141433_3375.cpp:5:14: error: 'm' was not declared in this scope
int a,b,n,j[m],i;
^
0_0_33141433_3375.cpp:10:3: error: 'j' was not declared in this scope
j[i]=a+b;
^
0_0_33141433_3375.cpp:15:15: error: 'j' was not declared in this scope
printf("%d",j[i]);
^
|