Main.cc: In function 'int main()':
Main.cc:13:3: warning: statement has no effect [-Wunused-value]
a/10;
^
Main.cc:7:7: warning: unused variable 'b' [-Wunused-variable]
int a,b,i;
^
Main.cc:16:8: error: expected '}' at end of input
cout<