input(a,b); a=int(a); b=int(b); print(a+b);
------Input------ 87 93------Answer----- 180------Your output-----