#include <stdio.h>
int main()
{
int a, b, c;
int x, z, y, k;
scanf("%d %d %d", &a, &b, &b);
x = (a > b);
z = (b >= c);
y = (a <= b);
k = (b < c);
printf("%d %d %d %d \n", x, z, y, k);
return 0;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: