#include <stdio.h>

int main() {
int a,b;
scanf("%d",a)
int b=3;
printf("%d",a+b);
return 0;
}