Main.cc: In function 'int main()':
Main.cc:5:10: error: expected initializer before 'f'
int n f=0;
^
Main.cc:6:9: error: 'n' was not declared in this scope
cin>>n;
^
Main.cc:8:8: error: 'f' was not declared in this scope
f=n*10;
^
Main.cc:11:11: error: 'f' was not declared in this scope
cout<