#19970: __答案


s102163@stds.ntueees.tp.edu.tw (趙冠柏)


垃圾

#include <iostream>
using namespace std;

main(){
int w;
cin>>w;
if(w>50) cout<<w-1<<endl;
else cout<<w<<endl;
}

 

#19972: Re:答案


yp10870941 (劉珵彥)


垃圾

#include
using namespace std;

main(){
int w;
cin>>w;
if(w>50) cout<<w-1<<endl;
else cout<<w<<endl;
}

 

我教的


#20151: Re:答案


10851255 (同協好)


垃圾

#include
using namespace std;

main(){
int w;
cin>>w;
if(w>50) cout<<w-1<<endl;
else cout<<w<<endl;
}