提交时间:2024-09-21 19:04:35

运行 ID: 51432

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