import java.util.*;
/* Name of the class has to be "Main" only if the class is public. */
class Ideone
{
public static void main
(String[] args
) {
Scanner sc
=new Scanner
(System.
in); double r,a,p;
System.
out.
println("enter the radius"); r=sc.nextDouble();
a=(1/2*22/7*r*r);
p=(22/7*r)+2*r;
System.
out.
println("the area="+a
); System.
out.
println("permieter="+p
); }}
aW1wb3J0IGphdmEudXRpbC4qOwogCiAKLyogTmFtZSBvZiB0aGUgY2xhc3MgaGFzIHRvIGJlICJNYWluIiBvbmx5IGlmIHRoZSBjbGFzcyBpcyBwdWJsaWMuICovCmNsYXNzIElkZW9uZQp7CglwdWJsaWMgc3RhdGljIHZvaWQgbWFpbiAoU3RyaW5nW10gYXJncykgCgl7CgkJU2Nhbm5lciBzYz1uZXcgU2Nhbm5lcihTeXN0ZW0uaW4pOwoJZG91YmxlIHIsYSxwOwoJU3lzdGVtLm91dC5wcmludGxuKCJlbnRlciB0aGUgcmFkaXVzIik7CglyPXNjLm5leHREb3VibGUoKTsKCWE9KDEvMioyMi83KnIqcik7CglwPSgyMi83KnIpKzIqcjsKCVN5c3RlbS5vdXQucHJpbnRsbigidGhlIGFyZWE9IithKTsKCVN5c3RlbS5vdXQucHJpbnRsbigicGVybWlldGVyPSIrcCk7Cgl9fQoJCQoJCQo=