Run id: 101260

Main.cc:1:1: error: 'include' does not name a type
 include 
 ^
Main.cc: In function 'int main()':
Main.cc:9:1: error: 'cin' was not declared in this scope
 cin >> n;  
 ^
Main.cc:29:1: error: 'cout' was not declared in this scope
 cout << fixed << setprecision(2) << b / n * 100.0 << '%' << endl;  
 ^
Main.cc:29:9: error: 'fixed' was not declared in this scope
 cout << fixed << setprecision(2) << b / n * 100.0 << '%' << endl;  
         ^
Main.cc:29:32: error: 'setprecision' was not declared in this scope
 cout << fixed << setprecision(2) << b / n * 100.0 << '%' << endl;  
                                ^
Main.cc:29:61: error: 'endl' was not declared in this scope
 cout << fixed << setprecision(2) << b / n * 100.0 << '%' << endl;  
                                                             ^