Problem Statement
Create a two-file project that reads a room code, its capacity, and the number of used seats, then prints the remaining-seat report.
DEMO-OOP-33 โข Object Oriented Programming
Create a two-file project that reads a room code, its capacity, and the number of used seats, then prints the remaining-seat report.
Input is given as whitespace-separated tokens in this order:
Print the exact report in this order:
Submit runs every public testcase in this browser. Results and code never leave this device.
A1 20 11
Room: A1 Remaining: 9
B4 15 15
Room: B4 Remaining: 0
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question