#12811: C++ 用"while"代替"if"的方法!!!


TuilpYu_OuO (38990<22000)

學校 : 臺北市私立延平高級中學
編號 : 69060
來源 : [203.72.178.252]
最後登入時間 :
2019-06-14 17:02:51
d060. 還要等多久啊? -- 板橋高中教學題 | From: [118.150.106.251] | 發表日期 : 2017-10-14 21:13

#include<iostream>
using namespace std;
int a;
int main(){
cin>>a;
while(a<=25)
{cout<<25-a<<endl;
return 0;}
cout<<(60-a)+25<<endl;

return 0;
}

 
ZeroJudge Forum