#include<bits/stdc++.h> using namespace std; int main() { int m=0; cin>>m; for(int g=0;g<20;g++) m+=m*0.2; cout<<m<<endl; return 0; }