Editorial
Read two integers and , then print the real number value of .
This is real division, not integer division. In C++, one may cast to double or long double before dividing.
The time complexity is .
Preparing the statement, recent submissions, and submit form.
Read two integers and , then print the real number value of .
This is real division, not integer division. In C++, one may cast to double or long double before dividing.
The time complexity is .