当前位置:首页>维修大全>综合>

用c 语言输出第二个整数(c语言编程输入四个整数怎么输出)

用c 语言输出第二个整数(c语言编程输入四个整数怎么输出)

更新时间:2025-07-23 18:48:19

用c 语言输出第二个整数

#include <iostream>using namespace std;int main(){ int a, b, c; cin >> a >> b >> c; cout << b << endl; return 0;}

更多栏目