提交时间:2026-05-29 19:35:15

运行 ID: 442072

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