eolymp
bolt
Try our new interface for solving problems
Problems

Division by zero or ...

Division by zero or ...

It is known that division by zero is forbidden. Is the division by some other number is also forbidden? You must investigate it. \InputFile In one line two signed 32-bit integers \textbf{а} and \textbf{b} are given. \OutputFile Print the result of division of \textbf{а} by \textbf{b}. If it is impossible to make the division, print \textbf{ERROR}.
Time limit 1 second
Memory limit 64 MiB
Input example #1
10 2
Output example #1
5
Author М.Medvedev, idea of А.Lopatin