Help me in solving PPSC05 problem

My issue

I have written correct code still it is showing error

My code

#include <stdio.h>

int main(void) {
	// your code goes here
printf("Output: %d\n", 7);

    // Output: 3
    printf("Output: %d\n", 3);

    return 0;
}


Learning course: CSEIPFOIA: Programming and Problem Solving
Problem Link: Multiple Outputs Practice Problem in CSEIPFOIA: Programming and Problem Solving - CodeChef