当前位置:网站首页>1002: output the second integer
1002: output the second integer
2022-06-12 13:23:00 【Xiao Liu wants to be number one】
1002: Output the second integer
The time limit : 1000 ms Memory limit : 65536 KB
Submission number : 124383 Passing number : 94857
【 Title Description 】
Enter three integers , Integers are separated by a space , The whole number is 32 Bit signed integer . Output the integer of the second input .
【 Input 】
There is only one line , Three integers in total , Integers are separated by a space . The whole number is 32 Bit signed integer .
【 Output 】
There is only one line , An integer , The second integer entered .
【 sample input 】
123 456 789
【 sample output 】
456
#include<iostream>
using namespace std;
int main()
{
int a, b, c;
cin >> a >> b >> c;
cout << b;
return 0;
}
边栏推荐
- torch_geometric message passing network
- Embedded system hardware composition - embedded system hardware architecture
- import torch_geometric 的Data 查看
- 多源BFS问题 模板(附题)
- One line of code to implement shell if else logic
- Chaotic engineering practice of distributed kV storage in station B
- Actual combat | realizing monocular camera ranging by skillfully using pose solution
- MUI登录数据库完善与AJAX异步处理【MUI+Flask+MongoDB+HBuilderX】
- [embedded] serial communication and its case
- Stm32f1 and stm32cubeide programming examples - device driver -eeprom-at24c256 driver
猜你喜欢

403 you don't have permission to access this resource

Summary of question brushing in leetcode sliding window

高通平台开发系列讲解(协议篇)QMI简单介绍及使用方法

Tensorrt, onnx to tensorrt in mmclas

Known as the next generation monitoring system! See how awesome it is
![Mui login database improvement and Ajax asynchronous processing [mui+flask+mongodb+hbuilderx]](/img/11/ce929f1cfbdcf245db9ee53bfe7a84.png)
Mui login database improvement and Ajax asynchronous processing [mui+flask+mongodb+hbuilderx]

多源BFS问题 模板(附题)

Volume mount and mirror creation

嵌入式系统概述1-嵌入式系统定义、特点和发展历程
![[Title brushing] Super washing machine](/img/f9/0c69afafa8b32afc5df5e91d6af172.png)
[Title brushing] Super washing machine
随机推荐
手把手教你IDEA创建SSM项目结构
成功跳槽阿里,进阶学习
基于华为云鲲鹏弹性云服务器ECS部署openGauss数据库【这次高斯不是数学家】
jsp跳转问题,不能显示数据库数据,并且不能跳转
Chrome debugging tool
What if the MySQL installation on the apple computer is completed and cannot be found
Script import CDN link prompt net:: err_ FILE_ NOT_ Found problem
嵌入式系统概述3-嵌入式系统的开发流程和学习基础、方法
Embedded driver design
What is the function tag? Article to understand its role and its best practices
[wechat applet development] Part 1: development tool installation and program configuration
Volume mount and mirror creation
Application of list and Dict
创新实训(十二)项目总结
嵌入式系统概述1-嵌入式系统定义、特点和发展历程
Chaotic engineering practice of distributed kV storage in station B
import torch_ Geometric loads some common datasets
Source of routing information
unittest框架
[cloud native | kubernetes] learn more about ingress