提交时间:2026-04-19 18:22:52
运行 ID: 87580
#include<bits/stdc++.h> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; cout<<b; return 0; }