#include<bits/stdc++.h> using namespace std; int main(){ int q,s; cin>>q>>s; cout<<fixed<<setprecision(3)<<s<<%; return 0; }