s_id string | p_id string | u_id string | date string | language string | original_language string | filename_ext string | status string | cpu_time string | memory string | code_size string | code string | error string | stdout string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
s622227838 | p02400 | u933096856 | 1505005047 | Python | Python3 | py | Runtime Error | 0 | 0 | 59 | import math
r=int(input())
print(math.pi*r**2, math.pi*2*r) | Traceback (most recent call last):
File "/tmp/tmpnvpgbtz8/tmp_y74hyp9.py", line 2, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s682297037 | p02400 | u688488162 | 1505109502 | Python | Python3 | py | Runtime Error | 0 | 0 | 120 | import math
r = int(input())
s = float(2 * math.pi * r)
circle = float(math.pi * r**2)
print("%.7f %.7f" %(s,circle)) | Traceback (most recent call last):
File "/tmp/tmpe1bu3ffu/tmp8drbr19s.py", line 3, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s081704251 | p02400 | u688488162 | 1505109543 | Python | Python3 | py | Runtime Error | 0 | 0 | 106 | import math
r = int(input())
s = 2 * math.pi * r
circle = math.pi * r**2
print("%.7f %.7f" %(s,circle)) | Traceback (most recent call last):
File "/tmp/tmpfqxv84pz/tmpeg33sxqk.py", line 3, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s431514596 | p02400 | u688488162 | 1505109587 | Python | Python3 | py | Runtime Error | 0 | 0 | 104 | from math import pi
r = int(input())
s = 2 * pi * r
circle = pi * r**2
print("%.7f %.7f" %(s,circle)) | Traceback (most recent call last):
File "/tmp/tmpdooawfjq/tmpecw19k07.py", line 3, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s255192770 | p02400 | u362494298 | 1505200374 | Python | Python3 | py | Runtime Error | 0 | 0 | 54 | r=inport()
print("{0:.5f} {1:.5f}".format(??*r*r,2??r) | File "/tmp/tmp66pqhq7g/tmprddaj4c9.py", line 2
print("{0:.5f} {1:.5f}".format(??*r*r,2??r)
^
SyntaxError: invalid syntax
| |
s306724511 | p02400 | u362494298 | 1505200558 | Python | Python3 | py | Runtime Error | 0 | 0 | 61 | r=(int. inport())
print("{0:.5f} {1:.5f}".format(??*r*r,2??r) | File "/tmp/tmpn0xzr3ga/tmp0k4vy6ns.py", line 2
print("{0:.5f} {1:.5f}".format(??*r*r,2??r)
^
SyntaxError: invalid syntax
| |
s297479678 | p02400 | u362494298 | 1505201237 | Python | Python3 | py | Runtime Error | 0 | 0 | 83 | import math
p=math.pi
r=(int. inport())
print("{0:.5f} {1:.5f}".format(p*r*r,2*p*r) | File "/tmp/tmpsk2mqopa/tmp918k8w9e.py", line 4
print("{0:.5f} {1:.5f}".format(p*r*r,2*p*r)
^
SyntaxError: '(' was never closed
| |
s813925066 | p02400 | u362494298 | 1505201597 | Python | Python3 | py | Runtime Error | 0 | 0 | 76 | from math import pi
r=inport()
print("{0:.5f} {1:.5f}".format(pi*r*r,2*pi*r) | File "/tmp/tmp1u3_ljs6/tmphjyk83ij.py", line 3
print("{0:.5f} {1:.5f}".format(pi*r*r,2*pi*r)
^
SyntaxError: '(' was never closed
| |
s705646290 | p02400 | u362494298 | 1505201702 | Python | Python3 | py | Runtime Error | 0 | 0 | 85 | from math import pi
r=float(inport()???
print("{0:.5f} {1:.5f}".format(pi*r*r,2*pi*r) | File "/tmp/tmpndx7sv3j/tmpkjvliya0.py", line 2
r=float(inport()???
^
SyntaxError: invalid syntax
| |
s921762225 | p02400 | u362494298 | 1505214865 | Python | Python3 | py | Runtime Error | 0 | 0 | 84 | from math import pi
r=float(import())
print("{0:.5f} {1:.5f}".format(pi*r*r,2*pi*r)) | File "/tmp/tmp2vpvpjoo/tmpf8o5mvw6.py", line 2
r=float(import())
^^^^^^
SyntaxError: invalid syntax
| |
s268314683 | p02400 | u362494298 | 1505214921 | Python | Python3 | py | Runtime Error | 0 | 0 | 77 | from math import pi
r=import()
print("{0:.5f} {1:.5f}".format(pi*r*r,2*pi*r)) | File "/tmp/tmpjlgwl_nt/tmphl4es3ey.py", line 2
r=import()
^^^^^^
SyntaxError: invalid syntax
| |
s271703154 | p02400 | u362494298 | 1505215167 | Python | Python3 | py | Runtime Error | 0 | 0 | 59 | from math import pi
r=float(import())
print(pi*r*r, 2*pi*r) | File "/tmp/tmpe7xkh318/tmp5qm8_j0g.py", line 2
r=float(import())
^^^^^^
SyntaxError: invalid syntax
| |
s293987948 | p02400 | u362494298 | 1505215305 | Python | Python3 | py | Runtime Error | 0 | 0 | 85 | from math import pi
r=float(import())
print("{0:.5f} {1:.5f}".format(pi*r*r, 2*pi*r)) | File "/tmp/tmpaiuvfnby/tmpjfdp_g7n.py", line 2
r=float(import())
^^^^^^
SyntaxError: invalid syntax
| |
s161800995 | p02400 | u362494298 | 1505215430 | Python | Python3 | py | Runtime Error | 0 | 0 | 78 | from math import pi
r=import()
print("{0:.5f} {1:.5f}".format(pi*r*r, 2*pi*r)) | File "/tmp/tmpbfkswktm/tmp__c3dmz_.py", line 2
r=import()
^^^^^^
SyntaxError: invalid syntax
| |
s159088482 | p02400 | u362494298 | 1505215584 | Python | Python3 | py | Runtime Error | 0 | 0 | 85 | from math import pi
r=(int, import())
print("{0:.5f} {1:.5f}".format(pi*r*r, 2*pi*r)) | File "/tmp/tmpdjbaiw76/tmpctwq5279.py", line 2
r=(int, import())
^^^^^^
SyntaxError: invalid syntax
| |
s444887990 | p02400 | u362494298 | 1505215704 | Python | Python3 | py | Runtime Error | 0 | 0 | 59 | from math import pi
r=float(import())
print(pi*r*r, 2*pi*r) | File "/tmp/tmpm0769q46/tmp_xesl1fw.py", line 2
r=float(import())
^^^^^^
SyntaxError: invalid syntax
| |
s680914651 | p02400 | u362494298 | 1505215731 | Python | Python3 | py | Runtime Error | 0 | 0 | 64 | from math import pi
r=float(int, import())
print(pi*r*r, 2*pi*r) | File "/tmp/tmpwj_dxxfu/tmpelutxytq.py", line 2
r=float(int, import())
^^^^^^
SyntaxError: invalid syntax
| |
s359450213 | p02400 | u362494298 | 1505215876 | Python | Python3 | py | Runtime Error | 0 | 0 | 87 | import math
r=float(import())
print("{0:.5f} {1:.5f}".format(math.pi*r*r, 2*math.pi*r)) | File "/tmp/tmpom_m1tj2/tmpt1k_8641.py", line 2
r=float(import())
^^^^^^
SyntaxError: invalid syntax
| |
s409305164 | p02400 | u362494298 | 1505216009 | Python | Python3 | py | Runtime Error | 0 | 0 | 77 | from math import pi
r=input()
print("{0:.5f} {1:.5f}".format(pi*r*r, 2*pi*r)) | Traceback (most recent call last):
File "/tmp/tmpqzoqe5hh/tmpyf_9odef.py", line 2, in <module>
r=input()
^^^^^^^
EOFError: EOF when reading a line
| |
s506029210 | p02400 | u362494298 | 1505216070 | Python | Python3 | py | Runtime Error | 0 | 0 | 84 | from math import pi
r=(int, input())
print("{0:.5f} {1:.5f}".format(pi*r*r, 2*pi*r)) | Traceback (most recent call last):
File "/tmp/tmpstgsma4m/tmp5uc7i9vi.py", line 2, in <module>
r=(int, input())
^^^^^^^
EOFError: EOF when reading a line
| |
s733332694 | p02400 | u972637506 | 1505289508 | Python | Python3 | py | Runtime Error | 0 | 0 | 83 | from math import pi
r = int(input())
print("{:.6f} {:.6f}".format(pi*r*r, 2*pi*r)) | Traceback (most recent call last):
File "/tmp/tmprs9ofc7w/tmppamjv16e.py", line 3, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s805083271 | p02400 | u602702913 | 1505378716 | Python | Python3 | py | Runtime Error | 0 | 0 | 86 | import math
a=int(input())
S=round(a*a*math.pi,6)
R=round(a*2*math.pi,6)
print(S,R) | Traceback (most recent call last):
File "/tmp/tmpdktyjcog/tmpc51k4v93.py", line 3, in <module>
a=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s534629612 | p02400 | u088372268 | 1505611020 | Python | Python3 | py | Runtime Error | 0 | 0 | 59 | from math import pi
r = int(input())
print(pi*r**2, 2*pi*r) | Traceback (most recent call last):
File "/tmp/tmpw510mola/tmp7j1ral70.py", line 2, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s824624444 | p02400 | u088372268 | 1505611042 | Python | Python3 | py | Runtime Error | 0 | 0 | 59 | from math import pi
r = int(input())
print(pi*r**2, 2*pi*r) | Traceback (most recent call last):
File "/tmp/tmpqbisahp1/tmpb6rs5rn1.py", line 2, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s851840023 | p02400 | u186282999 | 1506133985 | Python | Python3 | py | Runtime Error | 0 | 0 | 113 | import math
my_value = int(input())
print("{} {}".format(pow(my_value, 2) * math.pi, 2 * math.pi * my_value))
2 | Traceback (most recent call last):
File "/tmp/tmpewg3ch7p/tmpv9gpspvm.py", line 3, in <module>
my_value = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s038920993 | p02400 | u186282999 | 1506134020 | Python | Python3 | py | Runtime Error | 0 | 0 | 111 | import math
my_value = int(input())
print("{} {}".format(pow(my_value, 2) * math.pi, 2 * math.pi * my_value)) | Traceback (most recent call last):
File "/tmp/tmps021e8xn/tmp4vpbbm21.py", line 3, in <module>
my_value = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s225765752 | p02400 | u186282999 | 1506134080 | Python | Python3 | py | Runtime Error | 0 | 0 | 111 | import math
my_value = int(input())
print("{} {}".format(pow(my_value, 2) * math.pi, 2 * math.pi * my_value)) | Traceback (most recent call last):
File "/tmp/tmpx4elt6qs/tmpyydb6v08.py", line 3, in <module>
my_value = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s674468068 | p02400 | u011632847 | 1506389820 | Python | Python3 | py | Runtime Error | 0 | 0 | 103 | import math
r = int(input())
print("{0:.6f}".format(math.pi * r**2), "{0:.6f}".format(2 *math.pi * r)) | Traceback (most recent call last):
File "/tmp/tmp_45cnl4k/tmpuox44zdd.py", line 2, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s574830185 | p02400 | u692415695 | 1506821108 | Python | Python3 | py | Runtime Error | 0 | 0 | 114 | # (c) midandfeed
import math
r = int(input())
print("{0:.6f} {0:.6f}".format( math.pi*(pow(r,2)), math.pi*(2*r) )) | Traceback (most recent call last):
File "/tmp/tmpyvx4c9bl/tmpkyx8513d.py", line 3, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s937695866 | p02400 | u936401118 | 1506906031 | Python | Python3 | py | Runtime Error | 0 | 0 | 76 | import math
r = int(input())
pi = math.pi
print ("%f %f" % (r*r*pi, 2*r*pi)) | Traceback (most recent call last):
File "/tmp/tmpz295n553/tmpoxl9hof5.py", line 2, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s791924962 | p02400 | u936401118 | 1506906095 | Python | Python3 | py | Runtime Error | 0 | 0 | 76 | import math
r = int(input())
pi = math.pi
print ("%f %f" % (r*r*pi, 2*r*pi)) | Traceback (most recent call last):
File "/tmp/tmpxwcljmga/tmpohlavbil.py", line 2, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s327054486 | p02400 | u239524997 | 1506913855 | Python | Python3 | py | Runtime Error | 0 | 0 | 76 | r = int(input())
import math
print("%.6f"%(math.pi * r * r,math.pi * 2 * r)) | Traceback (most recent call last):
File "/tmp/tmpyyp591sx/tmpmd8i7hma.py", line 1, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s860246042 | p02400 | u256256172 | 1507274290 | Python | Python3 | py | Runtime Error | 0 | 0 | 84 | import math
r = int(input())
a = r*r*math.pi
b = 2*r*math.pi
print('%f %f' % (a, b)) | Traceback (most recent call last):
File "/tmp/tmpss6jt6ji/tmp5xg4824k.py", line 2, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s484825853 | p02400 | u256256172 | 1507274439 | Python | Python3 | py | Runtime Error | 0 | 0 | 84 | import math
r = int(input())
a = r*r*math.pi
b = 2*r*math.pi
print('%f %f' % (a, b)) | Traceback (most recent call last):
File "/tmp/tmprmydcc9_/tmp3pqncob2.py", line 2, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s591519082 | p02400 | u197670577 | 1508072153 | Python | Python | py | Runtime Error | 0 | 0 | 96 | import math
r = int(raw_input())
print "{:.6f} {:.6f}".format(math.pi * r * r, s * math.pi * r) | File "/tmp/tmp73j0akws/tmp18f0pnvz.py", line 4
print "{:.6f} {:.6f}".format(math.pi * r * r, s * math.pi * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s448574429 | p02400 | u197670577 | 1508072197 | Python | Python | py | Runtime Error | 0 | 0 | 98 | import math
r = float(raw_input())
print "{:.6f} {:.6f}".format(math.pi * r * r, s * math.pi * r) | File "/tmp/tmpq7ki_to7/tmp249t5bvq.py", line 4
print "{:.6f} {:.6f}".format(math.pi * r * r, s * math.pi * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s127782265 | p02400 | u825994660 | 1508166373 | Python | Python3 | py | Runtime Error | 0 | 0 | 95 | a = int(input())
import math
print("{:.6f} {:.6f}".format(a ** 2 * math.pie, 2 * a * math.pie)) | Traceback (most recent call last):
File "/tmp/tmp48o8qsmu/tmpfhjq34ma.py", line 1, in <module>
a = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s359454104 | p02400 | u825994660 | 1508166396 | Python | Python3 | py | Runtime Error | 0 | 0 | 93 | a = int(input())
import math
print("{:.6f} {:.6f}".format(a ** 2 * math.pi, 2 * a * math.pi)) | Traceback (most recent call last):
File "/tmp/tmpt5k7dnc4/tmp0e9be45c.py", line 1, in <module>
a = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s974541885 | p02400 | u825994660 | 1508166448 | Python | Python3 | py | Runtime Error | 0 | 0 | 93 | a = int(input())
import math
print("{:.7f} {:.7f}".format(a ** 2 * math.pi, 2 * a * math.pi)) | Traceback (most recent call last):
File "/tmp/tmpli2_jto6/tmpm35zml_v.py", line 1, in <module>
a = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s015618968 | p02400 | u825994660 | 1508166467 | Python | Python3 | py | Runtime Error | 0 | 0 | 88 | a = input()
import math
print("{:.7f} {:.7f}".format(a ** 2 * math.pi, 2 * a * math.pi)) | Traceback (most recent call last):
File "/tmp/tmpci54flr4/tmpwxzm4_6v.py", line 1, in <module>
a = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s923862769 | p02400 | u825994660 | 1508245972 | Python | Python3 | py | Runtime Error | 0 | 0 | 88 | a = input()
import math
print("{:.7f} {:.7f}".format(a ** 2 * math.pi, 2 * a * math.pi)) | Traceback (most recent call last):
File "/tmp/tmpv_niorjc/tmpky80ywea.py", line 1, in <module>
a = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s803666741 | p02400 | u825994660 | 1508245990 | Python | Python3 | py | Runtime Error | 0 | 0 | 93 | a = int(input())
import math
print("{:.7f} {:.7f}".format(a ** 2 * math.pi, 2 * a * math.pi)) | Traceback (most recent call last):
File "/tmp/tmp4x44cpnp/tmpziwz1u1i.py", line 1, in <module>
a = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s051343661 | p02400 | u825994660 | 1508246213 | Python | Python3 | py | Runtime Error | 0 | 0 | 94 | za = int(input())
import math
print("{:.5f} {:.5f}".format(a ** 2 * math.pi, 2 * a * math.pi)) | Traceback (most recent call last):
File "/tmp/tmpmt5gwz0m/tmphs67l5kz.py", line 1, in <module>
za = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s895759221 | p02400 | u825994660 | 1508246227 | Python | Python3 | py | Runtime Error | 0 | 0 | 93 | a = int(input())
import math
print("{:.5f} {:.5f}".format(a ** 2 * math.pi, 2 * a * math.pi)) | Traceback (most recent call last):
File "/tmp/tmp8hjomn6f/tmp3i2i29zj.py", line 1, in <module>
a = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s615021322 | p02400 | u825994660 | 1508246335 | Python | Python3 | py | Runtime Error | 0 | 0 | 93 | a = int(input())
import math
print("{:.5f} {:.5f}".format(a ** 2 * math.pi, 2 * a * math.pi)) | Traceback (most recent call last):
File "/tmp/tmpl9sydd3d/tmpogzv0upi.py", line 1, in <module>
a = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s020011224 | p02400 | u825994660 | 1508246382 | Python | Python3 | py | Runtime Error | 0 | 0 | 93 | a = int(input())
import math
print("{:.6f} {:.6f}".format(a ** 2 * math.pi, 2 * a * math.pi)) | Traceback (most recent call last):
File "/tmp/tmpruzv7uf2/tmphizqm5vx.py", line 1, in <module>
a = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s332870966 | p02400 | u825994660 | 1508246417 | Python | Python3 | py | Runtime Error | 0 | 0 | 93 | r = int(input())
import math
print("{:.6f} {:.6f}".format(r ** 2 * math.pi, 2 * r * math.pi)) | Traceback (most recent call last):
File "/tmp/tmphgy0o0d1/tmpgmzvfslz.py", line 1, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s606183501 | p02400 | u825994660 | 1508246428 | Python | Python3 | py | Runtime Error | 0 | 0 | 77 |
import math
print("{:.6f} {:.6f}".format(r ** 2 * math.pi, 2 * r * math.pi)) | Traceback (most recent call last):
File "/tmp/tmp5svufr8z/tmpot36hi7r.py", line 3, in <module>
print("{:.6f} {:.6f}".format(r ** 2 * math.pi, 2 * r * math.pi))
^
NameError: name 'r' is not defined
| |
s649586826 | p02400 | u825994660 | 1508246439 | Python | Python3 | py | Runtime Error | 0 | 0 | 88 | r = input()
import math
print("{:.6f} {:.6f}".format(r ** 2 * math.pi, 2 * r * math.pi)) | Traceback (most recent call last):
File "/tmp/tmpfdv37wmo/tmp1rs6di9d.py", line 1, in <module>
r = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s854532339 | p02400 | u315329386 | 1508325790 | Python | Python3 | py | Runtime Error | 0 | 0 | 93 | import math
r = int(input())
print("{:.5f} {:.5f}".format(r * r * math.pi, 2 * r * math.pi)) | Traceback (most recent call last):
File "/tmp/tmpd4l8oyka/tmpmryheqe2.py", line 3, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s610801156 | p02400 | u315329386 | 1508325942 | Python | Python3 | py | Runtime Error | 0 | 0 | 91 | from math import pi
r = int(input())
print("{:.6f} {:.6f}".format(r * r * pi, 2 * r * pi)) | Traceback (most recent call last):
File "/tmp/tmp359eyuva/tmpsxqzbpdb.py", line 3, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s666327290 | p02400 | u315329386 | 1508325956 | Python | Python3 | py | Runtime Error | 0 | 0 | 93 | from math import pi
r = floot(input())
print("{:.6f} {:.6f}".format(r * r * pi, 2 * r * pi)) | Traceback (most recent call last):
File "/tmp/tmp44f7xewh/tmpgv0x5lpx.py", line 3, in <module>
r = floot(input())
^^^^^
NameError: name 'floot' is not defined. Did you mean: 'float'?
| |
s233433416 | p02400 | u845643816 | 1509200785 | Python | Python3 | py | Runtime Error | 0 | 0 | 257 | while True:
a, op, b = input().split()
a, b = int(a), int(b)
if op == '?':
break
elif op == '+':
print(a+b)
elif op == '-':
print(a-b)
elif op == '*':
print(a*b)
elif op == '/':
print(a//b) | Traceback (most recent call last):
File "/tmp/tmpsmf2mvpr/tmp6x5_lt2f.py", line 2, in <module>
a, op, b = input().split()
^^^^^^^
EOFError: EOF when reading a line
| |
s989197867 | p02400 | u845643816 | 1509200812 | Python | Python3 | py | Runtime Error | 0 | 0 | 61 | import math
r = int(input())
print(2*r*math.pi, r*r*math.pi) | Traceback (most recent call last):
File "/tmp/tmptjjrvcxp/tmpoe3nnrod.py", line 2, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s134652268 | p02400 | u043968625 | 1509281764 | Python | Python3 | py | Runtime Error | 0 | 0 | 146 | import math
# a,b =[int(i) for i in input().split()]
r=int(input())
#r=2
A=[math.pi*r**2,2*math.pi*r]
print("{0:.6f} {1:.6f}".format(A[0],A[1])) | Traceback (most recent call last):
File "/tmp/tmptr9q53bn/tmpcjy87u_d.py", line 4, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s067441395 | p02400 | u043968625 | 1509281865 | Python | Python3 | py | Runtime Error | 0 | 0 | 152 | #import math
# a,b =[int(i) for i in input().split()]
r=int(input())
#r=2
pi=3.1415926535
A=[pi*r**2,2*pi*r]
print("{0:.6f} {1:.6f}".format(A[0],A[1])) | Traceback (most recent call last):
File "/tmp/tmpxjg63197/tmpdqo1ldhv.py", line 4, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s088828286 | p02400 | u043968625 | 1509282038 | Python | Python3 | py | Runtime Error | 0 | 0 | 157 | #import math
# a,b =[int(i) for i in input().split()]
r=int(input())
#r=2
pi=3.141592653589793
A=[pi*r**2,2*pi*r]
print("{0:.5f} {1:.5f}".format(A[0],A[1])) | Traceback (most recent call last):
File "/tmp/tmpf_9xm86v/tmplrgyk4h9.py", line 4, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s767188681 | p02400 | u617472286 | 1509373591 | Python | Python3 | py | Runtime Error | 0 | 0 | 87 | r = int(input())
import math
print('%.6f %.6f' % (math.pi * (r ** 2), math.pi * r * 2)) | Traceback (most recent call last):
File "/tmp/tmpy8twh56d/tmpk4goxble.py", line 1, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s974600543 | p02400 | u661529494 | 1509410213 | Python | Python3 | py | Runtime Error | 0 | 0 | 73 | import math
r=int(input())
s=math.pi
print("%.6f"%(r*r*s),"%.6f"%(2*r*s)) | Traceback (most recent call last):
File "/tmp/tmp2pvicbh0/tmplz2otzk_.py", line 2, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s521586220 | p02400 | u476441153 | 1509485630 | Python | Python3 | py | Runtime Error | 0 | 0 | 62 | a = int(input())
c = a*a * 3.14
r = (a*2) * 3.14
print (c,r) | Traceback (most recent call last):
File "/tmp/tmpnldmipzi/tmpoltqzw51.py", line 1, in <module>
a = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s609489625 | p02400 | u476441153 | 1509485775 | Python | Python3 | py | Runtime Error | 0 | 0 | 62 | a = int(input())
c = a*a * 3.14
r = (a+a) * 3.14
print (c,r) | Traceback (most recent call last):
File "/tmp/tmp0clga4gm/tmp_5vynycn.py", line 1, in <module>
a = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s048252767 | p02400 | u855694108 | 1509518364 | Python | Python3 | py | Runtime Error | 0 | 0 | 149 | import math
def main():
r = int(input())
s = math.pi * r ** 2
l = r * 2 * math.pi
print(s, l)
if __name__ == "__main__":
main() | Traceback (most recent call last):
File "/tmp/tmpcw9pzxx3/tmp75cs2r6b.py", line 10, in <module>
main()
File "/tmp/tmpcw9pzxx3/tmp75cs2r6b.py", line 3, in main
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s677002174 | p02400 | u855694108 | 1509518944 | Python | Python3 | py | Runtime Error | 0 | 0 | 179 | import math
def main():
r = int(input())
s = math.pi * r ** 2
l = r * 2 * math.pi
print(format(s, ".6f"), format(l, ".6f"))
if __name__ == "__main__":
main() | Traceback (most recent call last):
File "/tmp/tmp8ibalm6s/tmpvzna_d3y.py", line 10, in <module>
main()
File "/tmp/tmp8ibalm6s/tmpvzna_d3y.py", line 3, in main
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s121015936 | p02400 | u846136461 | 1509523944 | Python | Python | py | Runtime Error | 0 | 0 | 130 | import math
r = int(raw_input())
menseki = r ** 2 * math.pi
shuu = 2 * r * math.pi
print("{:.6f} {:.6f}".format(menseki, shuu)) | Traceback (most recent call last):
File "/tmp/tmpn3dz481_/tmpj3u9u32c.py", line 3, in <module>
r = int(raw_input())
^^^^^^^^^
NameError: name 'raw_input' is not defined
| |
s388250258 | p02400 | u846136461 | 1509524163 | Python | Python | py | Runtime Error | 0 | 0 | 119 | r = int(raw_input())
menseki = r ** 2 * 3.141592
shuu = 2 * r * 3.141592
print("{:.6f} {:.6f}".format(menseki, shuu)) | Traceback (most recent call last):
File "/tmp/tmpgyqe81_i/tmp7ktmlzpj.py", line 1, in <module>
r = int(raw_input())
^^^^^^^^^
NameError: name 'raw_input' is not defined
| |
s459297889 | p02400 | u747709646 | 1510356700 | Python | Python3 | py | Runtime Error | 0 | 0 | 87 | line = input()
r = int(line)
import math
print('%f %f' % (r*r*math.pi, 2*r*math.pi) ) | Traceback (most recent call last):
File "/tmp/tmpchblamdl/tmp1epmfubs.py", line 1, in <module>
line = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s062755235 | p02400 | u747709646 | 1510356836 | Python | Python3 | py | Runtime Error | 0 | 0 | 83 | line = input()
r = int(line)
pi = 3.1415926535
print('%f %f' % (r*r*pi, 2*r*pi) ) | Traceback (most recent call last):
File "/tmp/tmp4vmr_f28/tmp017zloj_.py", line 1, in <module>
line = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s208004924 | p02400 | u899891332 | 1510471088 | Python | Python3 | py | Runtime Error | 0 | 0 | 74 | import math
r=int(input())
print('{} {}'.format(r*r*math.pi, 2*r*math.pi)) | Traceback (most recent call last):
File "/tmp/tmp08fgj12g/tmpniatk4j5.py", line 2, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s717113011 | p02400 | u102664642 | 1510752836 | Python | Python3 | py | Runtime Error | 0 | 0 | 94 | import math
r = input()
a = r ** 2 * math.pi
c = r * 2 * math.pi
print("5f" % (a),"5f" % (c)) | Traceback (most recent call last):
File "/tmp/tmp7_4sdiz9/tmped9vnrhi.py", line 2, in <module>
r = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s894875851 | p02400 | u102664642 | 1510752854 | Python | Python3 | py | Runtime Error | 0 | 0 | 96 | import math
r = input()
a = r ** 2 * math.pi
c = r * 2 * math.pi
print("%5f" % (a),"%5f" % (c)) | Traceback (most recent call last):
File "/tmp/tmp0m8qxng4/tmpahvz4wnj.py", line 2, in <module>
r = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s498092939 | p02400 | u102664642 | 1510752873 | Python | Python3 | py | Runtime Error | 0 | 0 | 96 | import math
r = input()
a = r ** 2 * math.pi
c = r * 2 * math.pi
print("%5f" % (a),"%5f" % (c)) | Traceback (most recent call last):
File "/tmp/tmprhb0kdyf/tmpukegur1q.py", line 2, in <module>
r = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s674605220 | p02400 | u102664642 | 1510752949 | Python | Python3 | py | Runtime Error | 0 | 0 | 101 | import math
r = int(input())
a = r ** 2 * math.pi
c = r * 2 * math.pi
print("%5f" % (a),"%5f" % (c)) | Traceback (most recent call last):
File "/tmp/tmpgoxggp73/tmp0uidvlud.py", line 2, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s458414913 | p02400 | u102664642 | 1510752989 | Python | Python3 | py | Runtime Error | 0 | 0 | 101 | import math
r = int(input())
a = r ** 2 * math.pi
c = r * 2 * math.pi
print("%5f" % (a),"%5f" % (c)) | Traceback (most recent call last):
File "/tmp/tmpwn523591/tmproem1ep3.py", line 2, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s549101047 | p02400 | u298999032 | 1511094216 | Python | Python3 | py | Runtime Error | 0 | 0 | 105 | import math
r=int(input())
print(str("{:.6f}".format(r*r*math.pi)+' '+str("{:.6f}".format(2*r*math.pi)))) | Traceback (most recent call last):
File "/tmp/tmpb93xle5z/tmplxi5gdws.py", line 2, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s577451136 | p02400 | u298999032 | 1511094387 | Python | Python3 | py | Runtime Error | 0 | 0 | 101 | import math
r=int(input())
x=r*math.pi
print(str("{:.6f}".format(r*x)+' '+str("{:.6f}".format(2*x)))) | Traceback (most recent call last):
File "/tmp/tmpcf43df2s/tmp5vaykqlp.py", line 2, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s533371084 | p02400 | u298999032 | 1511094585 | Python | Python3 | py | Runtime Error | 0 | 0 | 91 | import math
r=int(input())
x=r*math.pi
print("{:.6f}".format(r*x)+' '+"{:.6f}".format(2*x)) | Traceback (most recent call last):
File "/tmp/tmpkuhcvihx/tmpazsauplb.py", line 2, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s705287063 | p02400 | u298999032 | 1511094882 | Python | Python3 | py | Runtime Error | 0 | 0 | 71 | from math import pi
r=int(input())
print("{} {}".format(r*r*pi,2*r*pi)) | Traceback (most recent call last):
File "/tmp/tmp_u18pi2d/tmpc255tiba.py", line 2, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s608136655 | p02400 | u298999032 | 1511094914 | Python | Python3 | py | Runtime Error | 0 | 0 | 71 | from math import pi
r=int(input())
print("{} {}".format(r*r*pi,2*r*pi)) | Traceback (most recent call last):
File "/tmp/tmp6v2ft4nc/tmpj7_tm_xm.py", line 2, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s507484471 | p02400 | u298999032 | 1511154420 | Python | Python3 | py | Runtime Error | 0 | 0 | 71 | from math import pi
r=int(input())
print("{} {}".format(r*r*pi,2*r*pi)) | Traceback (most recent call last):
File "/tmp/tmp3h8_vb2z/tmptkixbxf9.py", line 2, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s698707330 | p02400 | u350064373 | 1511154932 | Python | Python3 | py | Runtime Error | 0 | 0 | 55 | from math import pi
r=int(input())
print(r*r*pi,2*r*pi) | Traceback (most recent call last):
File "/tmp/tmpcpwz5z9o/tmpu4bra6wm.py", line 2, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s010594306 | p02400 | u566872786 | 1511155030 | Python | Python3 | py | Runtime Error | 0 | 0 | 71 | from math import pi
r=int(input())
print("{} {}".format(r*r*pi,2*r*pi)) | Traceback (most recent call last):
File "/tmp/tmpxw43e_e5/tmpxpiz0blp.py", line 2, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s874301522 | p02400 | u298999032 | 1511155248 | Python | Python3 | py | Runtime Error | 0 | 0 | 71 | from math import pi
r=int(input())
print("{} {}".format(r*r*pi,2*r*pi)) | Traceback (most recent call last):
File "/tmp/tmp9gj_y2wx/tmpcuncdq7v.py", line 2, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s090166695 | p02400 | u488038316 | 1511174325 | Python | Python3 | py | Runtime Error | 0 | 0 | 225 | # -*-coding:utf-8
import fileinput
import math
def main():
a = int(input())
PI = math.pi
area = a * a * PI
circum = 2 * a * PI
print('%lf %lf' % (area, circum))
if __name__ == '__main__':
main() | Traceback (most recent call last):
File "/tmp/tmpvc00y6nk/tmpeqwguaa3.py", line 17, in <module>
main()
File "/tmp/tmpvc00y6nk/tmpeqwguaa3.py", line 8, in main
a = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s889431608 | p02400 | u780025254 | 1511539094 | Python | Python3 | py | Runtime Error | 0 | 0 | 127 | import math
r = int(input())
circle = r * 2 * math.pi
area = (r ** 2) * math.pi
print('{0:.5f} {1:.5f}'.format(area, circle)) | Traceback (most recent call last):
File "/tmp/tmpjs6pdjlt/tmpus6e5nxd.py", line 3, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s544111096 | p02400 | u102664642 | 1511697414 | Python | Python3 | py | Runtime Error | 0 | 0 | 101 | import math
r = int(input())
a = r ** 2 * math.pi
c = r * 2 * math.pi
print("%5f" % (a),"%5f" % (c)) | Traceback (most recent call last):
File "/tmp/tmp0lbyuqia/tmpy86tozi9.py", line 2, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s671312831 | p02400 | u744506422 | 1511865712 | Python | Python3 | py | Runtime Error | 0 | 0 | 76 | import math
r=int(input())
print("{0} {1}".format(r**2*math.pi,2*r*math.pi)) | Traceback (most recent call last):
File "/tmp/tmprbbotdo4/tmpuyqwz5j2.py", line 2, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s040516613 | p02400 | u217069758 | 1512202427 | Python | Python3 | py | Runtime Error | 0 | 0 | 95 | import math
r = int(input())
print('{0:.5f} {1:.5f}'.format(math.pi * (r**2), 2 * math.pi * r)) | Traceback (most recent call last):
File "/tmp/tmp_pwuotsj/tmp37a6l1an.py", line 2, in <module>
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s562292768 | p02400 | u921038488 | 1512658074 | Python | Python3 | py | Runtime Error | 0 | 0 | 141 | import math
PI = math.pi
r = input()
area = float(2 * PI + r)
circumference = float(PI * r * r)
print("{} {}".format(area, circumference)) | Traceback (most recent call last):
File "/tmp/tmpbh2k1z4m/tmp9x486qfm.py", line 5, in <module>
r = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s662553141 | p02400 | u369093003 | 1512800324 | Python | Python3 | py | Runtime Error | 0 | 0 | 60 | pi=3.1415926535897932384;r=int(input());print(pi*r*r,pi*r*2) | Traceback (most recent call last):
File "/tmp/tmpcp6j7qg3/tmpt9kxv5d7.py", line 1, in <module>
pi=3.1415926535897932384;r=int(input());print(pi*r*r,pi*r*2)
^^^^^^^
EOFError: EOF when reading a line
| |
s498910344 | p02400 | u369093003 | 1512800352 | Python | Python3 | py | Runtime Error | 0 | 0 | 52 | pi=3.14159265358;r=int(input());print(pi*r*r,pi*r*2) | Traceback (most recent call last):
File "/tmp/tmpi9y1_9a3/tmpgjl1e5ts.py", line 1, in <module>
pi=3.14159265358;r=int(input());print(pi*r*r,pi*r*2)
^^^^^^^
EOFError: EOF when reading a line
| |
s044554668 | p02400 | u369093003 | 1512800386 | Python | Python3 | py | Runtime Error | 0 | 0 | 51 | pi=3.1415926535;r=int(input());print(pi*r*r,pi*r*2) | Traceback (most recent call last):
File "/tmp/tmplddl_vr8/tmpq9xpngob.py", line 1, in <module>
pi=3.1415926535;r=int(input());print(pi*r*r,pi*r*2)
^^^^^^^
EOFError: EOF when reading a line
| |
s941277658 | p02400 | u369093003 | 1512800454 | Python | Python3 | py | Runtime Error | 0 | 0 | 50 | pi=3.141592653
r=int(input())
print(pi*r*r,pi*r*2) | Traceback (most recent call last):
File "/tmp/tmp4feja5tb/tmp5y_ibj4j.py", line 2, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s095286874 | p02400 | u369093003 | 1512800601 | Python | Python | py | Runtime Error | 0 | 0 | 54 | pi=3.141592653
r=int(row_input())
print(pi*r*r,pi*r*2) | Traceback (most recent call last):
File "/tmp/tmpxn9d77s1/tmpge2fismq.py", line 2, in <module>
r=int(row_input())
^^^^^^^^^
NameError: name 'row_input' is not defined
| |
s060151556 | p02400 | u539789745 | 1512825602 | Python | Python3 | py | Runtime Error | 0 | 0 | 173 | def main():
r = int(input())
pi = 3.141592653589
print("{:.5f}".format(2 * pi * r),
"{:.5f}".format(pi * r * r))
if __name__ == "__main__":
main() | Traceback (most recent call last):
File "/tmp/tmp3je3qs42/tmpw632h865.py", line 8, in <module>
main()
File "/tmp/tmp3je3qs42/tmpw632h865.py", line 2, in main
r = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s354087725 | p02400 | u150984829 | 1513066398 | Python | Python3 | py | Runtime Error | 0 | 0 | 51 | r=int(input())
p=3.14159
print(f'{pi*r*r} {2*p*r}') | Traceback (most recent call last):
File "/tmp/tmpxa_w_vf7/tmp8gt2wuxy.py", line 1, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s272457305 | p02400 | u150984829 | 1513066417 | Python | Python3 | py | Runtime Error | 0 | 0 | 50 | r=int(input())
p=3.14159
print(f'{p*r*r} {2*p*r}') | Traceback (most recent call last):
File "/tmp/tmpn2fmvbkn/tmpsmn8n0js.py", line 1, in <module>
r=int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s747427212 | p02400 | u150984829 | 1513100280 | Python | Python | py | Runtime Error | 0 | 0 | 59 | r=float(input())
p=3.141592653589
print(f'{p*r*r} {2*p*r}') | Traceback (most recent call last):
File "/tmp/tmpsu8nwll2/tmp_e0noyz5.py", line 1, in <module>
r=float(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s854937661 | p02400 | u706217959 | 1513328461 | Python | Python3 | py | Runtime Error | 0 | 0 | 197 | import math
def main():
n = int(input())
area = (n ** 2) * math.pi
measure = (n * 2) *math.pi
print("{0:.6f} {1:.6f}".format(area,measure))
if __name__ == "__main__":
main() | Traceback (most recent call last):
File "/tmp/tmppdmmph9c/tmp5qd7cgfx.py", line 12, in <module>
main()
File "/tmp/tmppdmmph9c/tmp5qd7cgfx.py", line 4, in main
n = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s404158956 | p02400 | u706217959 | 1513328495 | Python | Python3 | py | Runtime Error | 0 | 0 | 197 | import math
def main():
n = int(input())
area = (n ** 2) * math.pi
measure = (n * 2) *math.pi
print("{0:.6f} {1:.6f}".format(area,measure))
if __name__ == "__main__":
main() | Traceback (most recent call last):
File "/tmp/tmp3vj8ae3g/tmp3s5zcg5a.py", line 12, in <module>
main()
File "/tmp/tmp3vj8ae3g/tmp3s5zcg5a.py", line 4, in main
n = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s716599520 | p02400 | u706217959 | 1513328530 | Python | Python3 | py | Runtime Error | 0 | 0 | 196 | import math
def main():
n = int(input())
area = (n * n) * math.pi
measure = (n * 2) *math.pi
print("{0:.6f} {1:.6f}".format(area,measure))
if __name__ == "__main__":
main() | Traceback (most recent call last):
File "/tmp/tmpcbp72___/tmpjgp8g_n_.py", line 12, in <module>
main()
File "/tmp/tmpcbp72___/tmpjgp8g_n_.py", line 4, in main
n = int(input())
^^^^^^^
EOFError: EOF when reading a line
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.