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