#55163: c++解


yp11452153@yphs.tp.edu.tw (708-14楊秉晞)


#include<iostream>
using namespace std;
int main()
{
int w;
cin>>w;
cout<< w-(w>50) <<endl;
}