#include <iostream>
using namespace std;
int main(){int y; scanf("%d",&y); y=y*0.3; printf("%d\n",y); return 0;}