Theatre Square
64-bit integer IO format: %I64d Java class name: (Any) Prev Submit Status Statistics Discuss Next
Theatre Square in the capital city of Berland has a rectangular shape with the size n×m meters. On the occasion of the city's anniversary, a decision was taken to pave the Square with square granite flagstones. Each flagstone is of the size a×a.
What is the least number of flagstones needed to pave the Square It's allowed to cover the surface larger than the Theatre Square, but the Square has to be covered. It's not allowed to break the flagstones. The sides of flagstones should be parallel to the sides of the Square.
Input
The input contains three positive integer numbers in the first line: n,m and a (1≤n,m,a≤109).
Output
Write the needed number of flagstones.
Sample Input
Input6 6 4Output
4
Source
Codeforces Beta Round #题目大意:有一个m*n的广场,现在要在上面铺满a*a的石板,石板不能分割,问至少需要多少石板.
简单的模拟.可以直接模拟,也可以用ceil()函数,向上取整,ceil(2.1)=3,ceil(2.0)=2
AC代码:
#include <iostream>
#include <cmath>
using namespace std;
int main()
{
__int64 m,n,a;
while(cin>>m>>n>>a)
{
__int64 x=ceil(1.0*m/a);
__int64 y=ceil(1.0*n/a);
/**
__int64 x=m/a;
if(m%a) x+=1;
__int64 y=n/a;
if(n%a) y+=1;
*/
cout<<x*y<<endl;
}
return 0;
}
- 顶
- 0
- 踩
- 0
下一篇:LeetCode Excel Sheet Column Number
-
如何利用golang运用mysql数据库
这篇文章主要介绍了如何利用golang运用mysql数据库,文章对依赖包、db对象注入ApiRouter等内容,需要的小伙伴可以参考一下
-
shell脚本如何读取properties文件中的值
这篇文章主要给大家介绍了关于shell脚本如何读取properties文件中值的相关资料,文中通过实例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友可以参考下
-
使用git命令上传代码
这篇文章介绍了使用git命令上传代码的方法,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧
-
Redis之RedisTemplate配置方式(序列和反序列化)
这篇文章主要介绍了Redis之RedisTemplate配置方式(序列和反序列化),具有很好的参考价值,希望对大家有所帮助。如有错误或未考虑完全的地方,望不吝赐教
-
Go语言context上下文管理的使用
本文主要介绍了Go语言context上下文管理的使用,文中通过示例代码介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
- 免费商业源码
- 导航菜单代码
- 网页代码
- 个人主页源码
- asp技术
- 素材解析平台
- 网站客服代码
- 导航菜单
- 源码网站
- css模板
- 企业网页设计模板
- 后台
- 网页 模板
- ppvod
- 图片代码
- html源代码
- 源代码
- 模版代码
- 网站模板下载
- 个人网页制作模板
- 网站源文件
- 精品源码
- 广告联盟源码
- 简单网页模板
- html代码大全
- 下载网站源码
- 免费网
- 电脑报电子版
- 中易广告联盟系统
- 企业网站模板下载
- 电子书籍
- 安卓源码下载
- 登录界面模板
- 网页源文件
- 电影网站程序
- 企业网站模板
- asp.net 源码
- 商城小程序源码下载
- 网站模版
- 模板网站
- 免费企业网站
- asp下载
- php源码下载
- 分类信息程序
- 网页之家
- 免费代码
- 帝国cms模板
- 免费源码
- 多多淘宝客
- 论坛源代码