Main.cc: In function 'int main()': Main.cc:7:16: error: 'whlie' was not declared in this scope whlie(m!=0){ ^ Main.cc:4:14: warning: unused variable 'n' [-Wunused-variable] int m,k,i,n; ^