#include <iostream> using namespace std; int main() { int w; //w代表新顧客進門的體重in>>w; cout<<w-(w>50) <<endl; return 0; }