Everything is right but the answer is coming wrong

Hi @aryan_007,
In the output, u need to print # TestCaseNum : answer.
U dont need to print # n : answer.
for eg,
Input:
3
3
4
5
Output:
-> # 1 : 5
-> # 2 : 8
-> # 3 : 13

Hope dis resolves ur doubt.