#include<bits/stdc++.h>
using namespace std;
int main(){
float n=0,h;
cin>>h;
n=h/1.5;
printf("%.2f",n);
return 0;
}
/**************************************************************
Problem: 1052
User: fuhoubin
Language: C++
Result: Wrong Answer
****************************************************************/