提交时间:2025-11-12 18:36:08

运行 ID: 38895

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