Run id: 131376

Main.cc: In function 'int main()':
Main.cc:8:5: error: 'iong' was not declared in this scope
     iong iong n,s=1,i;
     ^
Main.cc:9:10: error: 'n' was not declared in this scope
     cin>>n;
          ^
Main.cc:10:9: error: 'i' was not declared in this scope
     for(i=n;i>=1;i--){
         ^
Main.cc:11:9: error: 's' was not declared in this scope
         s*=i;
         ^
Main.cc:13:11: error: 's' was not declared in this scope
     cout<