#include <stdio.h>
void main();
int a,b;
a=98;
b=98;
printf("%d",a+b);
}