0_0_36749901_25048.cpp: In function 'int main()':
0_0_36749901_25048.cpp:4:2: error: 'cin' was not declared in this scope
cin>>n>>m;
^
0_0_36749901_25048.cpp:16:12: error: 'cout' was not declared in this scope
if(i!=0){cout<<" ";}
^
0_0_36749901_25048.cpp:17:3: error: 'cout' was not declared in this scope
cout<<fixed<< setprecision(2)<<b/(double)m;
^
0_0_36749901_25048.cpp:17:9: error: 'fixed' was not declared in this scope
cout<<fixed<< setprecision(2)<<b/(double)m;
^
0_0_36749901_25048.cpp:17:31: error: 'setprecision' was not declared in this scope
cout<<fixed<< setprecision(2)<<b/(double)m;
^
0_0_36749901_25048.cpp:19:2: error: 'cout' was not declared in this scope
cout<<endl;
^
0_0_36749901_25048.cpp:19:8: error: 'endl' was not declared in this scope
cout<<endl;
^
0_0_36749901_25048.cpp:26:10: error: 'fixed' was not declared in this scope
cout<<fixed<< setprecision(2)<<b/(double)m;
^
0_0_36749901_25048.cpp:26:32: error: 'setprecision' was not declared in this scope
cout<<fixed<< setprecision(2)<<b/(double)m;
^
|