当前位置:网站首页>L1-066 cat is liquid (5 points)
L1-066 cat is liquid (5 points)
2022-06-12 04:28:00 【Liabilities between persons^】
L1-066 Cats are liquids (5 branch )

It's difficult to measure a person's volume , But cats are different . Because cats are liquids , So you can easily measure the volume of a cuboid container to get the volume of the cat in the container . Please complete this calculation .
Input format :
The input is given in the first line 3 No more than one. 100 The positive integer , Respectively corresponding to the length of the container 、 wide 、 high .
Output format :
Output the volume of the cat in one line .
sample input :
23 15 20
sample output :
6900
#include<iostream>
#include<algorithm>
#include<cstring>
#include<cmath>
#include<vector>
#include<stack>
#include<queue>
#include<sstream>
using namespace std;
typedef long long ll;
const int N=10010;
int main()
{
int a, b, c;
cin >> a >> b >> c;
cout << a * b * c << endl;
return 0;
}
边栏推荐
- What does kotlin collaboration scope and coroutinescope mainscope globalscope viewmodelscope lifecyclescope represent respectively
- R语言使用survival包的coxph函数构建cox回归模型、使用ggrisk包的ggrisk函数可视化Cox回归的风险评分图(风险得分图)、并解读风险评分图、基于LIRI数据集(基因数据集)
- AI and logistics Patent
- 无线物联网WiFi模块方案,ESP32-S3芯片技术,助力设备智能化
- Dynamic gauge (15) - Minimum toll
- Is there a row limit for a single MySQL table
- Why should a redis cluster use a reverse proxy? Just read this one
- 手动封装一个forEacht和Map
- 後續版本是否會支持代碼塊搜索高亮顯示
- Smart Panel wifi Linkage Technology, esp32 wireless chip module, Internet of Things WiFi Communication Application
猜你喜欢
![[automation] generate xlsx report based on openstack automated patrol deployed by kolla](/img/65/f062a6a1080c42857466f13e67fef1.jpg)
[automation] generate xlsx report based on openstack automated patrol deployed by kolla

分布式锁介绍

【C语言】程序的内存四区模型

疫情数据分析平台工作报告【2】接口API

Detailed explanation of software testing process

19. Optimized database query of tornado project

智能面板WiFi联动技术,ESP32无线芯片模组,物联网WiFi通信应用
![[software tool] [original] tutorial on using VOC dataset class alias batch modification tool](/img/25/31d771c9770bb7f455f35e38672170.png)
[software tool] [original] tutorial on using VOC dataset class alias batch modification tool

leetcode797. 所有可能的路径(中等)

D1 哪吒开发板 上电记录
随机推荐
Let me tell you the benefits of code refactoring
Oracle:decode function
Install/Remove of the Service Denied!
How to have peace of mind? Get a new heart
What does hard work mean to you?
C# Task. Waitall method
Install/Remove of the Service Denied!
Kotlin starts the process, the difference between launch and async, and starts the process in sequence
EN in Spacey_ core_ web_ SM installation problems
Why should a redis cluster use a reverse proxy? Just read this one
智能面板WiFi联动技术,ESP32无线芯片模组,物联网WiFi通信应用
千字巨著《编程后传》
Zabbix6.0 new feature GEOMAP map marker can you use it?
What are the black box test case design methods in software testing methods?
Double objective learning materials sorting
QT experiment - gold coin flipping games
How do I extract files from the software?
WPF data binding (IV)
SQL Safe Backup显示器和缩放字体的支持
[软件工具][原创]voc数据集类别名批量修改工具使用教程