Help me in solving CLB026 problem

My issue

Getting wrong answer despite getting the required output

My code

#include <stdio.h>

int main(void) {
	double radius=8.9;
	double pi=3.14;
	double area=pi*radius*radius;
	printf("The Area of the given Cirle is %f",area);// your code goes here
	return 0;
}


Learning course: Learn C
Problem Link: CodeChef: Practical coding for everyone

@rishab_badiger
the spelling of circle is not right.