提交时间:2024-10-28 11:53:19

运行 ID: 54436

#include<iostream> using namespace std; int main() { double a; cin >> a; int b = a; cout << b; }