#662. C++-数据存储与读入-已知矩形大小为n * m ,现用a * a的正方形填充该矩形, 最多能填充多少个?
C++-数据存储与读入-已知矩形大小为n * m ,现用a * a的正方形填充该矩形, 最多能填充多少个?
Background
Description
若是n=5,m=6,a=2,则有最多能填充6个。
Format
Input
Output
Samples
5 6 2
6
10 9 1
90
Limitation
1s, 1024KiB for each test case.
Statistics
Related
In following contests: