Help me in solving START01 problem

My issue

Are these problems for c?

My code

#include <stdio.h>

int main(void) {
	// your code goes here
	return 0;
}


Learning course: Practice C
Problem Link: CodeChef: Practical coding for everyone

@rprathima
yes, as u are practicing in c course thus all the problems will be in c language.