#4920: 幫一下吧


Nelson99 (NCY)


#include <iostream>

using namespace std;

 

int main()

{

  int m;

  cin >>m;
  if(m>25)
cout<<60-m+25<<endl;

  else 
cout<<25-m<<endl;
 
  

  system("pause");

  return 0;

}
 
 
出現RF 請問花生什哞事 
#4923: Re:幫一下吧


liouzhou_101 (王启圣)


#include

using namespace std;


int main()

{

  int m;

  cin >>m;
  if(m>25)
cout<<60-m+25<

  else 
cout<<25-m<
  

  system("pause");

  return 0;

}
出現RF 請問花生什哞事 
应该把
system("pause");
去掉吧