提交时间:2025-05-03 20:28:04
运行 ID: 320260
#include <bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<b; return 0; }