#include <stdio.h>

int main(void) {
	// your code goes here
    printf("float %d\n",sizeof(float));
	return 0;
}
