#25660: 解答(C++)


weimolin222@gmail.com (林維摩)

學校 : 屏東市明正國中
編號 : 128544
來源 : [180.176.69.238]
最後登入時間 :
2023-06-03 18:51:30
d060. 還要等多久啊? -- 板橋高中教學題 | From: [180.176.69.238] | 發表日期 : 2021-06-10 18:50

#include<iostream>

using namespace std;

int main(){

int n;

cin>>n;

if(n>25){

cout<<85-n<<endl;

}

else if(n<25){

cout<<25-n<<endl;

}

else{

cout<<0<<endl;

}

}

 
ZeroJudge Forum