#include <studio.h> int main () { int a = 40, b = 50, c = 10, x; x = a < b < c; printf("%d ", x); return 0; }