`
Simone_chou
  • 浏览: 197050 次
  • 性别: Icon_minigender_2
  • 来自: 广州
社区版块
存档分类
最新评论

Jzzhu and Chocolate(贪心)

    博客分类:
  • CF
 
阅读更多
C. Jzzhu and Chocolate
time limit per test
1 second
memory limit per test
256 megabytes
input
standard input
output
standard output

Jzzhu has a big rectangular chocolate bar that consists of n × m unit squares. He wants to cut this bar exactly k times. Each cut must meet the following requirements:

  • each cut should be straight (horizontal or vertical);
  • each cut should go along edges of unit squares (it is prohibited to divide any unit chocolate square with cut);
  • each cut should go inside the whole chocolate bar, and all cuts must be distinct.

The picture below shows a possible way to cut a 5 × 6 chocolate for 5 times.

Imagine Jzzhu have made k cuts and the big chocolate is splitted into several pieces. Consider the smallest (by area) piece of the chocolate, Jzzhu wants this piece to be as large as possible. What is the maximum possible area of smallest piece he can get with exactlyk cuts? The area of a chocolate piece is the number of unit squares in it.

Input

A single line contains three integers n, m, k (1 ≤ n, m ≤ 109; 1 ≤ k ≤ 2·109).

Output

Output a single integer representing the answer. If it is impossible to cut the big chocolate k times, print -1.

Sample test(s)
input
3 4 1
output
6
input
6 4 2
output
8
input
2 3 4
output
-1
Note

In the first sample, Jzzhu can cut the chocolate following the picture below:

In the second sample the optimal division looks like this:

In the third sample, it's impossible to cut a 2 × 3 chocolate 4 times.

 

       题意:

       给出 n,m(1 ~ 10 ^ 9),k(2 X 10 ^ 9)代表给出一个 N * M 个的格子矩阵,后要求切 K 刀,使得出的最小方块的格子尽量大。输出这个格子数。

 

       思路:

       贪心。尽量多的横切或者尽量多的纵切。

 

       AC:

#include <cstdio>
#include <algorithm>
#include <cstring>

using namespace std;

typedef long long ll;

int main() {
        ll n, m, k;

        scanf("%I64d%I64d%I64d", &n, &m, &k);

        if (n + m - 2 < k) printf("-1\n");
        else {
                ll maxn = 0;
                if (n > k) maxn = max(maxn, m * (n / (k + 1)));
                if (m > k) maxn = max(maxn, n * (m / (k + 1)));
                if (n <= k) maxn = max(maxn, m / (k - (n - 1) + 1));
                if (m <= k) maxn = max(maxn, n / (k - (m - 1) + 1));

                printf("%I64d\n", maxn);
        }

        return 0;
}

 

 

分享到:
评论

相关推荐

    Introduction to DevOps with Chocolate, LEGO and Scrum Game.pdf

    If you are familiar with the origin of the DevOps term, and can’t wait to start facilitating the game, feel free to skip this chapter. Otherwise, read on to learn about...Chocolate, Lego and Scrum game.

    贪心问题选讲_王天懿.ppt

    6. **BZOJ 2430 Poi2003 Chocolate**: 这是一个关于最小化切割巧克力的代价问题。贪心策略可能是按代价从小到大切割,这样可以尽量减少总代价。 这些题目展示了贪心算法在不同场景下的应用,虽然贪心并不总是能...

    chocolate

    标题“chocolate”和描述“chocolate”,以及标签“字体”,可能是指一个与巧克力主题相关的字体设计项目。在这个场景下,我们可以深入探讨一下字体设计、巧克力的文化内涵以及它们如何在视觉传达中相互结合。 字体...

    Chocolate Chip Cookies

    【标题解析】:“Chocolate Chip Cookies”是一道深受全球喜爱的经典甜点,中文通常称为“巧克力碎片曲奇”。这个标题直接揭示了我们要讨论的主题——一种含有巧克力碎片的饼干制作方法。 【描述分析】:描述部分...

    chocolate.cache

    chocolate.cache

    巧克力内核(chocolate_kernel)

    "巧克力内核(chocolate_kernel)" 是一个专门为AMD处理器优化的内核模块,它在Mac操作系统中扮演着核心的角色。AMD(Advanced Micro Devices)是全球知名的半导体制造商,以其高性能的CPU和GPU而闻名。AMD CPU在个人...

    Android应用源码妄撮chocolate撕美女衣服游戏

    本源码是一个妄撮chocolate的安卓版小游戏的项目源码,项目本身比较比较小实现也比较简单,只有四个java文件,源码没有注释,这类游戏用一句话概况就是:挑战裸露极限满足偷窥欲(听起来好吊),就是这样,需要的...

    Chocolate-Doom:Chocolate Doom是Doom的源端口,具有极简主义和历史上的准确性

    Chocolate Doom旨在以一种可以在现代计算机上运行的形式,准确地复制Doom和其他基于Doom引擎的游戏的原始DOS版本。 最初,Chocolate Doom只是Doom的源端口。 该项目现在包括异端和赫克森的港口以及Strife。 ...

    Wordpress Chocolate模板

    **WordPress Chocolate模板详解** WordPress Chocolate模板是一款专为个人博客、美食网站或任何巧克力主题相关的企业设计的精美网页模板。这款模板以其独特的巧克力色调和精心设计的布局,为用户提供了丰富的展示...

    Chocolate-e-du-monde

    标题“Chocolate-e-du-monde”暗示了我们即将探讨的主题与全球各地的巧克力有关。巧克力,这个深受全世界喜爱的甜品,不仅是一种美食,更是一种文化,一种艺术,甚至有着丰富的科学背景。在这个主题中,我们可以深入...

    chocolate:简单的Web框架和模板引擎

    chocolate : github : Grabli66/chocolate 用法 需要最新的Crystal编译器来编译一些样本。 你好,世界 require " chocolate " include Zephyr include Chocolate get " / " do " Hello, world! " end listen { ...

    Willy Wonka Chocolate Calc Theme _player_Phonograph_

    《Willy Wonka Chocolate Calc Theme _player_Phonograph_》是一款集成了高级媒体播放功能的应用程序,它将经典的“查理与巧克力工厂”主题与现代的音乐播放器体验相结合,为用户带来了独特的视听享受。这款应用的...

    Coffee,Tea,Chocolate,and the Brain(咖啡,茶,巧克力与智力)

    Coffee,Tea,Chocolate,and the Brain(咖啡,茶,巧克力与智力)是一份整理发布的食品资料文档...该文档为Coffee,Tea,Chocolate,and the Brain(咖啡,茶,巧克力与智力),是一份很不错的参考资料,具有较高参考...

    emacs-巧克力主题:-Emacs的黑巧克力主题:chocolate_bar:

    "emacs-巧克力主题"就是专门为Emacs设计的一款主题,名为"chocolate_bar",它为Emacs带来了深色背景的视觉体验,就如同黑巧克力一般,深邃且富有魅力。 "chocolate_bar"主题旨在为长时间编程的用户提供舒适的阅读和...

    Chocolate

    根据“Chocolate-main”这个子文件名,这可能是一个项目的主文件或入口点。在实际项目中,主文件通常用于初始化设置、加载其他模块、定义全局变量或启动应用程序。如果这是一个开源项目,我们可能还会发现它包含了...

Global site tag (gtag.js) - Google Analytics