// editor4
#include<stdio.h>
int main() {
    int a=10,b=90;
    printf(a>b=<b);
    return 0;
}