#include <iostream>
using namespace std;
int main()
{
int a,b,c,d,e,n;
cin>>a>>b;
cin>>c>>d;
e=((a*b)+(c*d))/(b+d);
if(e<60){
cout<<"YEEEEEE!!!"<<endl;
}
else {
cout<<"Oh wow! You pass it!"<<endl;
cout<<e<<endl;
}
return 0;
}
為什麼!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
您或許執行了不正確的系統指令。 /6749539/code_6749539.exe: error while loading shared libraries: libc.so.6: failed to map segment from shared object