Help me in solving RCPITCP07 problem

My issue

I can’t slove code

My code

#include <stdio.h>

int main() {

   
  printf("I love C.");
  return 0;

}

Learning course: Learn C Programming
Problem Link: https://www.codechef.com/learn/course/rcpit-programming-c/RCPITLPC01/problems/RCPITCP07