#include using namespace std; signed main(){ int n;cin>>n; int atari=n*99; int hazure=10000-n; cout<<(double)hazure/(double)(atari+hazure)*100<