Run id: 146546

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=f*10+n%10;
        ^