#include <stdio.h>
int main() {
int a, b;
float c;
scanf("%d %d %f", &a, &b, &c);
printf("%d %d %.3f\n", a, b, c);
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgoKaW50IG1haW4oKSB7CiAgICAgaW50IGEsICBiOwogICAgIGZsb2F0IGM7CgoKICAgICBzY2FuZigiJWQgJWQgJWYiLCAmYSwgJmIsICZjKTsKICAgICBwcmludGYoIiVkICVkICUuM2ZcbiIsIGEsIGIsIGMpOwogICAgIHJldHVybiAwOwp9Cgo=