#include <stdio.h>

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