#include<stdio.h>
int main()

{
float weight;
scanf("%f",&weight);
printf("Invalid input",weight);
return 0;
}