Wrong ans while executing test cases

wrong ans while executing test cases

you are getting wrong ans as your output doesn’t match with expected output
reason for that is
you didn’t print output in this format #1 : 21
your output
2
3
5
Expected output
#1 : 2
#2 : 3
#3 : 5

Modified Code