提交时间:2026-04-01 21:14:21

运行 ID: 434867

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