#23524: ans


ce5324 (伃)

學校 : 臺北市私立延平高級中學
編號 : 128513
來源 : [219.70.166.115]
最後登入時間 :
2021-06-06 21:44:53
d068. 該減肥了! -- 板橋高中教學題 | From: [203.72.178.252] | 發表日期 : 2020-11-25 17:11

#include <iostream>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */

int main(int argc, char** argv) {
int a;
cin>>a;
(a>50)?cout<<a-1<<endl:cout<<a<<endl;
}
 
ZeroJudge Forum