#include <stdio.h>

int main() {
	float f = 0.0 / 0.0;
	printf("%d\n", f == f);
}