当前位置:网站首页>NOI OPENJUDGE 1.4(15)
NOI OPENJUDGE 1.4(15)
2022-07-03 14:37:00 【two billion seven hundred and fifty-eight million seven hundred】
15: Logical expressions and conditional branches of programming basis
Total time limit :
1000ms
Memory limit :
65536kB
describe
Enter three integers , Output the maximum number .
Input
Enter only one line , Including three integers , Numbers are separated by a space .
Output
Output only one line , Include an integer .
The sample input
10 20 56
Sample output
56
Analysis and code :[ author : Lu changheel ]:
analysis :
There seems to be nothing to analyze
Code :
#include <iostream>
using namespace std;
int main()
{
int a,b,c;
cin>>a>>b>>c;
if(b>a) a=b;
if(c>a) a=c;
cout<<a;
return 0;
}
边栏推荐
- Zzuli:1053 sine function
- 7-28 monkeys choose King (Joseph problem)
- 编程语言:类型系统的本质
- 【北大青鸟昌平校区】互联网行业中,哪些岗位越老越吃香?
- Special research report on the market of lithium battery electrolyte industry in China (2022 Edition)
- Optical cat super account password and broadband account password acquisition
- Luogu p3065 [usaco12dec]first! G problem solution
- Sendmail can't send mail and it's too slow to send. Solve it
- Plane vector addition
- 表单文本框的使用(一) 选择文本
猜你喜欢
Use of constraintlayout
Why is this error reported when modifying records in the database
Use of form text box (I) select text
编程语言:类型系统的本质
Zhonggan micro sprint technology innovation board: annual revenue of 240million, net loss of 17.82 million, proposed to raise 600million
Luogu p4047 [jsoi2010] tribal division solution
ConstraintLayout 的使用
使用并行可微模拟加速策略学习
Timecho of Tianmou technology completed an angel round financing of nearly 100 million yuan to create a native timing database of the industrial Internet of things
Sword finger offer 28 Symmetric binary tree
随机推荐
pyQt界面制作(登录+跳转页面)
Zzuli:1040 sum of sequence 1
7-22 tortoise and rabbit race (result oriented)
如何查询淘宝天猫的宝贝类目
提高效率 Or 增加成本,开发人员应如何理解结对编程?
Paper sharing: generating playful palettes from images
Zzuli: sum of 1051 square roots
Address book sorting
Time conversion ()
【7.3】146. LRU缓存机制
Stop asking yourself if you are suitable for software testing
Zabbix添加Calculated items后保存页面成空白
tonybot 人形机器人 查看端口并对应端口 0701
Luogu p5536 [xr-3] core city solution
7-4 BCD decryption (10 points)
Pyqt interface production (login + jump page)
Zzuli:1052 sum of sequence 4
retrofit
[qingniaochangping campus of Peking University] in the Internet industry, which positions are more popular as they get older?
一文了解微分段应用场景与实现机制