#include <stdio.h> int main(){ double zahl; scanf("%lf", &zahl); printf("%.0f\n", zahl); return 0;}
5e3
5000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!