#include<stdio.h>
int main(){
    printf("121");
int a=56;
int b=65;
scanf("%d\n",&a+b);
return 0;
}
}