提交时间:2024-09-21 19:00:17

运行 ID: 51429

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