提交时间:2024-09-22 22:24:49
运行 ID: 51636
#include<bits/stdc++.h> using namespace std; int main() { double a; cin >> a; int b = a; cout << b; return 0; }