提交时间:2024-03-24 11:28:19
运行 ID: 43953
#include <bits/stdc++.h> using namespace std; int main() { double a; cin>>a; cout<<(int)a; return 0; }