#include <stdio.h>

int main(void) {
	float b = 2.5;
	// your code goes here
	return 0;
}
