我们输出第二个变量即可,读入a,b,c三个变量,然后输出b。 上代码:
a,b,c
b
#include <bits/stdc++.h> using namespace std; int a, b, c; int main(void) { cin >> a >> b >> c; cout << b; return 0; }
使用您的 咪苗妙·大码力信息 通用账户