当前位置:网站首页>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;
}
边栏推荐
- Why is this error reported when modifying records in the database
- Analysis of gene family characteristics - chromosome location analysis
- Thread.sleep和TimeUnit.SECONDS.sleep的区别
- 2021-10-16 initial programming
- China PETG market forecast and Strategic Research Report (2022 Edition)
- 【北大青鸟昌平校区】互联网行业中,哪些岗位越老越吃香?
- Zzuli: cumulative sum of 1050 factorials
- Pyqt interface production (login + jump page)
- Zzuli:1045 numerical statistics
- Recent learning summary
猜你喜欢

Paper sharing: generating playful palettes from images

Detailed explanation of four modes of distributed transaction (Seata)

To improve efficiency or increase costs, how should developers understand pair programming?

编程语言:类型系统的本质

Accelerating strategy learning using parallel differentiable simulation

Sword finger offer 28 Symmetric binary tree

Mysql多表查询 #子查询

Creation of data table of Doris' learning notes

Programming language: the essence of type system

Use of form text box (I) select text
随机推荐
Zzuli:1054 monkeys eat peaches
To improve efficiency or increase costs, how should developers understand pair programming?
Statistical capital consonants
7-17 crawling worms (break exercise)
Zzuli:1040 sum of sequence 1
7-22 tortoise and rabbit race (result oriented)
Use of constraintlayout
Zhonggan micro sprint technology innovation board: annual revenue of 240million, net loss of 17.82 million, proposed to raise 600million
7-3 count the number of words in a line of text
如何查询淘宝天猫的宝贝类目
retrofit
Talking about part of data storage in C language
Zzuli:1059 highest score
tonybot 人形机器人 定距移动 代码编写玩法
论文分享:Generating Playful Palettes from Images
Selective sorting
适用于XP的DDK
天谋科技 Timecho 完成近亿元人民币天使轮融资,打造工业物联网原生时序数据库
Zzuli: sum of 1051 square roots
JVM garbage collector