0_0_14722715_18943.cpp: In function 'int main()':
0_0_14722715_18943.cpp:4:5: error: 'inti' was not declared in this scope
inti,j,n,k,a[50];
^
0_0_14722715_18943.cpp:4:10: error: 'j' was not declared in this scope
inti,j,n,k,a[50];
^
0_0_14722715_18943.cpp:4:12: error: 'n' was not declared in this scope
inti,j,n,k,a[50];
^
0_0_14722715_18943.cpp:4:14: error: 'k' was not declared in this scope
inti,j,n,k,a[50];
^
0_0_14722715_18943.cpp:4:16: error: 'a' was not declared in this scope
inti,j,n,k,a[50];
^
0_0_14722715_18943.cpp:6:9: error: 'i' was not declared in this scope
for(i=1;i<=n;i++)
^
|