Run ID:90224

提交时间:2024-09-08 11:43:04

s=input().split() a=s[0] b=s[1] a=int(a) b=int(b) sb=b//3 ss=b+sb print(ss)