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