#33419: 你說不要我偏要


yp11151203@yphs.tp.edu.tw (802-39楊子頡)

學校 : 臺北市私立延平高級中學
編號 : 197196
來源 : [203.72.178.1]
最後登入時間 :
2024-01-12 16:11:14
d068. 該減肥了! -- 板橋高中教學題 | From: [203.72.178.1] | 發表日期 : 2023-01-04 17:36

#include<bits/stdc++.h>
using namespace std;
int main(){
    int x;
    while(cin>>x){
        if(x>50) cout<<x-1<<endl;
        else cout<<x<<endl;
    }
      return 0;
}

 

 
ZeroJudge Forum