#include<iostream> int main(){ float a; int b; scanf("%d",&b); if(b>10)a=b*2*0.9; else a=b*2; printf("%.1f",a); return 0; }