a,b = map(int, input().split()) if(a+b < 15):exit(1) print(a+b)