Help me in solving RCPITCP13 problem

My issue

I’m chaudhari

My code

#include <stdio.h>

int main() {
    
    // Add the formula for area of 11 and 13
	printf("%d\n", 13+11);
	
	// Add the formula for perimeter of 11 and 13
	printf("%d\n",   (13*11));
}


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