当前位置:网站首页>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;
}
边栏推荐
- Work report of epidemic data analysis platform [6] visual drawing
- Sqel easy to use
- Will subsequent versions support code block search highlighting
- Esp32c3 remote serial port
- AI and logistics Patent
- R language plot visualization: plot visualization grouped violin plot in R with plot
- 智能面板WiFi聯動技術,ESP32無線芯片模組,物聯網WiFi通信應用
- 【FPGA+FFT】基于FPGA的FFT频率计设计与实现
- DS18B20 digital thermometer (I) electrical characteristics, power supply and wiring mode
- [Clickhouse column] user initialization of new library role
猜你喜欢

JSP实现银柜台业务绩效考核系统

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

Create a new table in the database. There was no problem before. Today
![[C language] analysis of variable essence](/img/b4/13a5800f2c960ec590c9f7480b09d0.png)
[C language] analysis of variable essence
![[wechat applet] the mobile terminal selects and publishes pictures](/img/9a/46bc4a7bf9b70d26b0e24fe02f747d.jpg)
[wechat applet] the mobile terminal selects and publishes pictures

Detailed explanation of Command Execution Vulnerability

eBPF系列学习(4)了解libbpf、CO-RE (Compile Once – Run Everywhe) | 使用go开发ebpf程序(云原生利器cilium ebpf )
![Work report on epidemic data analysis platform [7] Alibaba cloud related](/img/e2/acc79256f8f90ca730c39ffb941dab.png)
Work report on epidemic data analysis platform [7] Alibaba cloud related

Emperor Wu of Wei knew that he could not correct it, so he stopped offering his words

Tasks in C #
随机推荐
【C语言】封装接口(加减乘除)
Kinematic gauge (14) - Triangle optimal path problem
MFC General dialog color dialog
疫情数据分析平台工作报告【1】数据采集
Oracle's instr()
JS function and variable have the same name (function and variable parsing rules)
Successfully solved: warning: there was an error checking the latest version of pip
AI and logistics Patent
[Clickhouse column] user initialization of new library role
Webpack--- optimization_ cache
Enterprise Architect v16
Kotlin 启动协程、launch 与async的区别、按照顺序启动协程
How to have peace of mind? Get a new heart
R language plot visualization: use plot to visualize simple regression model linear regression plots
What are the black box test case design methods in software testing methods?
WiFi module scheme of the wireless Internet of things, esp32-s3 chip technology, helps the equipment to be intelligent
[C language] analysis of variable essence
Labor
WPF 数据绑定(四)
Work report of epidemic data analysis platform [4] cross domain correlation