Beginner:Area OR Perimeter Problem Code: AREAPERI Showing wrong answer pls help

#include<stdio.h>
int main()
{
int l,b,a,p;
scanf("%d %d",&l,&b);
a=lb;
p=2
(l+b);
if (a>p)
{
printf(“Area \n”);
printf("%d",a);
}
else
{
printf(“Peri \n”);
printf("%d",p);
}
return 0;
}

You do not have to print statements like “Area” and “peri”…Just print the answer in a newline as described by the output format in the question

Thanks but the question itself asked to print .Have a look I have copied the inputs and outputs.if possible pls help me with the code.

Sample Input:
1
2
Sample Output:
Peri
6