我用python重写了这题,有不有大佬帮忙看一下我打代码为啥一片紫,一个WA?
n =int(input()) r=3.14159 print("%.4f" % (2*n)) print("%.4f" % (2*n*r)) print("%.4f" % (n*n*r))