Help me in solving RCPITCP38 problem

My issue

I am not getting desired output

My code

#include <stdio.h>

int main() {
    int s = 14;
    int area= s*s;
    int $=1372$;
    
    
    printf("%d\n", area);
    printf("%d", $);

}

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