#18755: C379


justinli (安茲 烏爾 恭)


#include <iostream>
using namespace std;
int main(){
int a;
cin>>a;
cout<<a/10*3<<endl;
return 0;
}