提交时间:2025-11-02 13:37:24
运行 ID: 72638
#include<bits/stdc++.h> using namespace std; int main() { float i; cin>>i; int j=i; cout<<j; return 0; }