romans - bradendubois/competitive-programming GitHub Wiki
Roaming Romans
ID: romans
Difficulty: 1.4
CPU Time: 1 second
Memory: 1024 MB
Solution
This one is pretty straightforward, since the conversion factor is given, and one just needs to multiply that by the number given, and round it to the closest integer.