Help me in solving RCPITCP03 problem

My issue

Network problem

My code

#include <stdio.h>

int main() {
  
  printf("%d", 12);
  
  printf("%d", 12);
}

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