c++ assignment

profileAtadurdy
tc5.py

def f1(a,b): return a+b x=f1(2,3) y=f1("str1","str2") z=f1(2,"3")