#include <iostream> using namespace std; int main() { double a,b; a=189; b=789; cout<<a/b<<endl; return 0; }