提交时间:2025-09-07 18:09:41
运行 ID: 346634
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; int c; cin>>a>>b>>c; cout<<b; return 0; }