• + 0 comments

    i = 4 d = 4.0 s = 'HackerRank ' a=int(input()) b=float(input()) c=str(input()) print(f"{i+a}\n{b+d}\n{s+c}")