Help me in solving RCPITCP13 problem

My issue

problem solution

My code

#include <stdio.h>

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


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