Problem Statement
Read the raw hit count and raw user count, then print hits per user. Handle invalid data and zero users explicitly.
DEMO-OOP-33 โข Object Oriented Programming
Read the raw hit count and raw user count, then print hits per user. Handle invalid data and zero users explicitly.
Input is given as whitespace-separated raw tokens exactly in the order described by the problem statement.
Print the exact success report or exact error message required by the problem.
Submit runs every public testcase in this browser. Results and code never leave this device.
100 4
Hits Per User: 25.00
75 3
Hits Per User: 25.00
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question