#include #include using namespace std; int main(){ int a,b;char c;cin>>a>>c>>b; cout << fixed << setprecision(10) << (double)a/b << endl; }