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
); }}
aW1wb3J0IGphdmEudXRpbC4qOwogCiAKLyogTmFtZSBvZiB0aGUgY2xhc3MgaGFzIHRvIGJlICJNYWluIiBvbmx5IGlmIHRoZSBjbGFzcyBpcyBwdWJsaWMuICovCmNsYXNzIElkZW9uZQp7CglwdWJsaWMgc3RhdGljIHZvaWQgbWFpbiAoU3RyaW5nW10gYXJncykgCgl7CgkJU2Nhbm5lciBzYz1uZXcgU2Nhbm5lcihTeXN0ZW0uaW4pOwoJZG91YmxlIHIsYSxwOwoJU3lzdGVtLm91dC5wcmludGxuKCJlbnRlciB0aGUgcmFkaXVzIik7CglyPXNjLm5leHREb3VibGUoKTsKCWE9MS8yKjIyLzcqcipyOwoJcD0oMjIvNypyKSsyKnI7CglTeXN0ZW0ub3V0LnByaW50bG4oInRoZSBhcmVhPSIrYSk7CglTeXN0ZW0ub3V0LnByaW50bG4oInBlcm1pZXRlcj0iK3ApOwoJfX0KCQkKCQkK