提交时间:2024-01-26 17:03:36
运行 ID: 38331
#include<bits/stdc++.h> using namespace std; int main() { int n,m,nm[100]; cin>>n>>m>>nm[100]; cout<<m; }