提交时间:2025-12-26 14:25:02

运行 ID: 77541

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