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