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