#include <iostream>using namespace std;int main() { int kg; while(cin>>kg){
/*重要 cout<<kg-(kg>50); }}