#include <stdio.h>

int main(void) {
	// your code goes here
	printf("%d", 1 == 1.1);
}
