提交时间:2026-03-20 15:16:02
运行 ID: 85879
#include<bits/stdc++.h> using namespace std; int main() { long int a,b,c; cin>>a>>b>>c; cout<<b; return 0; }