1100.Tiling with Hexagons
提交状态 耗时 内存 语言 提交时间

1100.Tiling with Hexagons

时间限制:1000MS  内存限制:65535KB
题目描述

Several ages ago Berland was a kingdom. The King of Berland adored math. That's why, when he first visited one of his many palaces, he first of all paid attention to the floor in one hall. The floor was tiled with hexagonal tiles.

The hall also turned out hexagonal in its shape. The King walked along the perimeter of the hall and concluded that each of the six sides has abcab and c adjacent tiles, correspondingly.

To better visualize the situation, look at the picture showing a similar hexagon for a=2b=3 and c=4.


According to the legend, as the King of Berland obtained the values ab and c, he almost immediately calculated the total number of tiles on the hall floor. Can you do the same?

输入描述
The first line contains three integers: ab and c (2≤a,b,c≤1000).
输出描述
Print a single number — the total number of tiles on the hall floor.
示例
输入样例
2 3 4
输出样例
18
提示
相关标签
登陆后才可以提交
测试输入
执行结果
控制台
代码编辑器配置
  • 字体设置
    调整适合你的字体大小。
  • 主题设置
    切换不同的代码编辑器主题,选择适合你的语法高亮。
  • 行宽限制
    设置每一行代码的最大字符个数,设置为0则不限制。