提交时间:2025-11-16 16:42:57

运行 ID: 73810

#include <iostream> using namespace std; int main() { int x,w; cin>>x; w=int(x); cout<<w; return 0; }