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