当前位置:网站首页>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

7-15 calculation of PI

Dllexport and dllimport

Amazon, express, lazada, shopee, eBay, wish, Wal Mart, Alibaba international, meikeduo and other cross-border e-commerce platforms evaluate how Ziyang account can seize traffic by using products in th

Detailed explanation of four modes of distributed transaction (Seata)

pyQt界面制作(登录+跳转页面)
![洛谷P4047 [JSOI2010]部落划分 题解](/img/7f/3fab3e94abef3da1f5652db35361df.png)
洛谷P4047 [JSOI2010]部落划分 题解

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

Tonybot humanoid robot checks the port and corresponds to port 0701

retrofit
随机推荐
retrofit
Zzuli:1052 sum of sequence 4
Talking about part of data storage in C language
7-1 positive integer a+b (15 points)
Plane vector addition
Why is this error reported when modifying records in the database
7-24 reduction of the simplest fraction (rolling Division)
【7.3】146. LRU caching mechanism
7-15 calculation of PI
Bucket sorting in C language
一文了解微分段应用场景与实现机制
Sendmail无法发送邮件及发送过慢解决
7-18 finding the single root of polynomial by dichotomy
How to query the baby category of tmall on Taobao
Accelerating strategy learning using parallel differentiable simulation
基因家族特征分析 - 染色体定位分析
tonybot 人形机器人 首次开机 0630
Zzuli:1041 sum of sequence 2
556. The next larger element III: simple construction simulation questions
7-19 check denomination (solve binary linear equation)