#include <stdio.h>

int main() {
    
 float r;
 scanf("%f",&r);


    printf("원의 넓이는 %.1f입니다.",r*r*3.14);
    
    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: