#include <stdio.h>

int main(void) {
	// your code goes here
	float a=1.2;
	printf("a=.1%f",a);
	return 0;
}
