Help me in solving CLB014 problem

My issue

howtosinglestatement

My code

#include <stdio.h>

int main() {	// Add printf to output "7 and 3"
	printf("%d, %d",7,3);
}


Learning course: Programming and Problem solving using C
Problem Link: https://www.codechef.com/learn/course/ciet-programming-c/CIETPC03/problems/CLB014