提交时间:2025-11-18 20:38:48

运行 ID: 73879

#include<bits/stdc++.h> using namespace std; int main(){ long int a,b,c; cin>>a>>b>>c; cout<<b; return 0; }