Help me in solving GSCP05 problem

My issue

My code

//Update the _ in the IDE 
#include <stdio.h>

int main() {
    int N;
    char S[30];
    scanf("%d", &N);
    scanf("%s", S);
    printf("%d", N );  
    printf("%s",S );  

    return 0;
}

Learning course: C for problem solving - 1
Problem Link: CodeChef: Practical coding for everyone

@laxmivarsha_20
leave space after printing N