#23794:


J123310633 (RAY)

學校 : 臺北市私立延平高級中學
編號 : 128507
來源 : [180.176.211.127]
最後登入時間 :
2022-02-26 00:44:35
f256. 宇辰的平均成績 -- wseds | From: [111.235.252.96] | 發表日期 : 2020-12-17 17:14

#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
 
ZeroJudge Forum