提交时间:2025-11-02 13:55:57
运行 ID: 72704
#include<bits/stdc++.h> using namespace std; int main() { long x,y,z; cin>>x>>y>>z; cout<<y; return 0; }