0_0_29718340_22027.cpp: In function 'int main()':
0_0_29718340_22027.cpp:3:2: error: 'cin' was not declared in this scope
cin>>N;
^
0_0_29718340_22027.cpp:9:12: error: 'm' was not declared in this scope
cin>>m[i];
^
0_0_29718340_22027.cpp:18:7: error: 'm' was not declared in this scope
if(m[i]<=p)
^
0_0_29718340_22027.cpp:22:3: error: 'cout' was not declared in this scope
cout<<b<<" "<<fixed<<setprecision(2)<<c<<endl;
^
0_0_29718340_22027.cpp:22:17: error: 'fixed' was not declared in this scope
cout<<b<<" "<<fixed<<setprecision(2)<<c<<endl;
^
0_0_29718340_22027.cpp:22:38: error: 'setprecision' was not declared in this scope
cout<<b<<" "<<fixed<<setprecision(2)<<c<<endl;
^
0_0_29718340_22027.cpp:22:44: error: 'endl' was not declared in this scope
cout<<b<<" "<<fixed<<setprecision(2)<<c<<endl;
^
|