#include <stdio.h> int main() { double x, y, t; scanf("%lf %lf %lf", &x, &y, &t); printf("%.3f\n", x); printf("%.3f\n", y); printf("%.3f\n", t); return 0; }
To embed this project on your website, copy the following code and paste it into your website's HTML: