Help me in solving RCPITCP13 problem

My issue

please help

My code

#include <stdio.h>

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


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