Different outputs for a test case for two AC

In this solution of sushmitha_535 for the problem SPAMCLAS I got the output as: 3 2
For the input:
1
1 2 4
1 1
Which is totally in the given constraints. Since the sum of outputs shouldn’t be more than 4-2+1 is this a testers problem or a problem in my understanding?

sushmitha_535 doesn’t exist. Tho it’s possible that two AC code give different output in some test case(this shouldn’t happen for an ideal test data) and that it because the problem had weak test cases.

Sorry my bad the username is susmitha_535. Thank you for the help.

Share both question and submission link

Probelm Code:SPAMCLAS Problem - CodeChef
Submission link :CodeChef: Practical coding for everyone
In this submission the following input:
1
1 2 4
1 1
Gives the following output: 3 2
Whereas the sum of two numbers in the output should not exceed 3