Help me in solving SYNN1 problem

My issue

My code

#include <stdio.h>

int main() {
  printf("%d",13);
  return 0;
}

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