#include using namespace std; typedef long long ll; #define in(T,V) T V;cin>>V; int main(){ in(ll, N); printf("%llu.%02llu", N + N * 8 / 100, N * 8 % 100); }