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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
s004962177 | p02388 | u532962080 | 1452049104 | Python | Python | py | Runtime Error | 0 | 0 | 11 | print(x**3) | Traceback (most recent call last):
File "/tmp/tmpqn409y79/tmp6jrxbrz6.py", line 1, in <module>
print(x**3)
^
NameError: name 'x' is not defined
| |
s863810330 | p02388 | u824216249 | 1452049122 | Python | Python | py | Runtime Error | 0 | 0 | 11 | print x*x*x | File "/tmp/tmpab9r_zcg/tmp8hzbjma4.py", line 1
print x*x*x
^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s325096366 | p02388 | u233232390 | 1452049127 | Python | Python | py | Runtime Error | 0 | 0 | 26 | a = x*x*x
print "%d" & a | File "/tmp/tmpvy_j8uzx/tmpfeha2k8x.py", line 1
a = x*x*x
IndentationError: unexpected indent
| |
s810715252 | p02388 | u233232390 | 1452049150 | Python | Python | py | Runtime Error | 0 | 0 | 28 | a = x*x*x
print "%d" & (a) | File "/tmp/tmp8u40o4x4/tmpqjkw_376.py", line 1
a = x*x*x
IndentationError: unexpected indent
| |
s036038084 | p02388 | u824216249 | 1452049185 | Python | Python | py | Runtime Error | 0 | 0 | 35 | def x_cube :
A = x*x*x
print A | File "/tmp/tmpndgf5rov/tmpg3t5zvxv.py", line 1
def x_cube :
^
SyntaxError: expected '('
| |
s395160529 | p02388 | u834416077 | 1452049221 | Python | Python | py | Runtime Error | 0 | 0 | 17 | x = 3
print x**3: | File "/tmp/tmp3_haocg8/tmpvzfmzwt9.py", line 2
print x**3:
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s646565230 | p02388 | u834416077 | 1452049257 | Python | Python | py | Runtime Error | 0 | 0 | 23 | int x
x = 3
print x**3 | File "/tmp/tmpg80kyvlw/tmpzt5d5wnn.py", line 1
int x
^
SyntaxError: invalid syntax
| |
s848766000 | p02388 | u233232390 | 1452049297 | Python | Python | py | Runtime Error | 0 | 0 | 11 | repl(x*x*x) | Traceback (most recent call last):
File "/tmp/tmp5_fhjen8/tmpbtv4zzpp.py", line 1, in <module>
repl(x*x*x)
^^^^
NameError: name 'repl' is not defined. Did you mean: 'repr'?
| |
s149578529 | p02388 | u119456964 | 1452049381 | Python | Python | py | Runtime Error | 0 | 0 | 32 | x = raw_input('x = ')
print x**3 | File "/tmp/tmpcwqyjlfk/tmpaor52rer.py", line 2
print x**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s058985668 | p02388 | u119456964 | 1452049420 | Python | Python | py | Runtime Error | 0 | 0 | 26 | x = raw_input()
print x**3 | File "/tmp/tmplqchrdam/tmp16w8jug7.py", line 2
print x**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s450652796 | p02388 | u119456964 | 1452049869 | Python | Python | py | Runtime Error | 0 | 0 | 23 | x = input()
printf x**3 | File "/tmp/tmp9yol9f9v/tmpc9o5grvi.py", line 2
printf x**3
^
SyntaxError: invalid syntax
| |
s389081786 | p02388 | u655651061 | 1452076617 | Python | Python | py | Runtime Error | 0 | 0 | 19 | input x
print x**3 | File "/tmp/tmp6u8ub8ga/tmprq_8wco5.py", line 1
input x
^
SyntaxError: invalid syntax
| |
s039831537 | p02388 | u724923896 | 1452432127 | Python | Python | py | Runtime Error | 0 | 0 | 20 | x = "2"
print x*x*x | File "/tmp/tmpueyhsh4y/tmpsyiuirk_.py", line 3
print x*x*x
^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s009229233 | p02388 | u724923896 | 1452432719 | Python | Python | py | Runtime Error | 0 | 0 | 9 | print x^3 | File "/tmp/tmpw7zo_k4e/tmp0td0om3d.py", line 1
print x^3
^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s536715107 | p02388 | u724923896 | 1452433506 | Python | Python | py | Runtime Error | 0 | 0 | 11 | print x =^3 | File "/tmp/tmp865tpyg2/tmpk6rwj3_5.py", line 1
print x =^3
^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s910192647 | p02388 | u724923896 | 1452433588 | Python | Python | py | Runtime Error | 0 | 0 | 18 | x = 2
print x =^ 3 | File "/tmp/tmpe0dxv0eh/tmp2tnfi7en.py", line 2
print x =^ 3
^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s040397733 | p02388 | u724923896 | 1452433867 | Python | Python | py | Runtime Error | 0 | 0 | 13 | return x =^ 3 | File "/tmp/tmpagpy49zr/tmpvxa3pti1.py", line 1
return x =^ 3
^
SyntaxError: invalid syntax
| |
s344653403 | p02388 | u724923896 | 1452434151 | Python | Python | py | Runtime Error | 0 | 0 | 40 | x = 2
print x =^ 3
x = 3
print x =^ 3 | File "/tmp/tmppgzxakh3/tmpjkbgcjan.py", line 3
print x =^ 3
^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s373897725 | p02388 | u724923896 | 1452434424 | Python | Python | py | Runtime Error | 0 | 0 | 12 | print x =^ 3 | File "/tmp/tmpxd401xc1/tmpup44o0ko.py", line 1
print x =^ 3
^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s002235185 | p02388 | u724923896 | 1452434481 | Python | Python | py | Runtime Error | 0 | 0 | 9 | print x^3 | File "/tmp/tmpktwyme70/tmpyac6ssqm.py", line 1
print x^3
^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s874893526 | p02388 | u724923896 | 1452434803 | Python | Python | py | Runtime Error | 0 | 0 | 24 | x = input()
print x =^ 3 | File "/tmp/tmpkli_u53p/tmpieoe1mqh.py", line 2
print x =^ 3
^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s326136856 | p02388 | u424209323 | 1452563415 | Python | Python | py | Runtime Error | 0 | 0 | 36 | input_num = raw_input()
print num^3 | File "/tmp/tmpqmzfvruw/tmp90neb8ku.py", line 3
print num^3
^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s100637047 | p02388 | u424209323 | 1452563478 | Python | Python | py | Runtime Error | 0 | 0 | 43 | input_num = raw_input()
print input_num**3 | File "/tmp/tmpjuiis1vh/tmp495huo2b.py", line 3
print input_num**3
^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s568685881 | p02388 | u233232390 | 1452569055 | Python | Python | py | Runtime Error | 0 | 0 | 26 | x = input()
print(x*x*x) | File "/tmp/tmp13_tri1k/tmpemmptfen.py", line 1
x = input()
IndentationError: unexpected indent
| |
s791423987 | p02388 | u233232390 | 1452569079 | Python | Python | py | Runtime Error | 0 | 0 | 31 | x = input()
print(int(x*x*x)) | File "/tmp/tmpad0dchl3/tmp5ih49una.py", line 1
x = input()
IndentationError: unexpected indent
| |
s332314176 | p02388 | u233232390 | 1452569114 | Python | Python | py | Runtime Error | 0 | 0 | 30 | x = input()
print(int(x)**3) | File "/tmp/tmp02vtn4sq/tmpgh6b0ktk.py", line 1
x = input()
IndentationError: unexpected indent
| |
s327216196 | p02388 | u233232390 | 1452569155 | Python | Python | py | Runtime Error | 0 | 0 | 32 | x = input()
print(int(x) ** 3) | File "/tmp/tmp5piifyxs/tmpydu25l_4.py", line 1
x = input()
IndentationError: unexpected indent
| |
s663529913 | p02388 | u233232390 | 1452569212 | Python | Python | py | Runtime Error | 0 | 0 | 30 | x = input()
print(int(x)**3) | File "/tmp/tmp8yqua9xc/tmpecw7hya8.py", line 1
x = input()
IndentationError: unexpected indent
| |
s272628432 | p02388 | u233232390 | 1452569274 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | x = input()
print(int(x)**3) | File "/tmp/tmpe6momspv/tmp_in8e7iz.py", line 1
x = input()
IndentationError: unexpected indent
| |
s849847046 | p02388 | u233232390 | 1452569357 | Python | Python | py | Runtime Error | 0 | 0 | 30 | x = input()
print(int(x)**3) | File "/tmp/tmp41v_3tgw/tmpnorvv6a6.py", line 1
x = input()
IndentationError: unexpected indent
| |
s648451319 | p02388 | u233232390 | 1452569442 | Python | Python | py | Runtime Error | 0 | 0 | 31 | x = input()
print (int(x)**3) | File "/tmp/tmpjv2ya7xj/tmpvdiag21s.py", line 1
x = input()
IndentationError: unexpected indent
| |
s295443045 | p02388 | u233232390 | 1452569503 | Python | Python | py | Runtime Error | 0 | 0 | 29 | x = input()
print(int(x)^3) | File "/tmp/tmper2a09in/tmpa4lp7ozi.py", line 1
x = input()
IndentationError: unexpected indent
| |
s221661434 | p02388 | u233232390 | 1452569528 | Python | Python | py | Runtime Error | 0 | 0 | 41 | x = input()
print(int(x)*int(x)*int(x)) | File "/tmp/tmpo7w4a91w/tmpo0i933mi.py", line 1
x = input()
IndentationError: unexpected indent
| |
s705373356 | p02388 | u233232390 | 1452569741 | Python | Python | py | Runtime Error | 0 | 0 | 35 | x = input()
ans = x**3
print ans | File "/tmp/tmp7klkgp26/tmpqy7_43o3.py", line 1
x = input()
IndentationError: unexpected indent
| |
s581130208 | p02388 | u233232390 | 1452569767 | Python | Python | py | Runtime Error | 0 | 0 | 41 | x = input()
ans = x*x*x
print int(ans) | File "/tmp/tmp6ctwp3dl/tmp1btrsmkz.py", line 1
x = input()
IndentationError: unexpected indent
| |
s660263709 | p02388 | u233232390 | 1452569790 | Python | Python | py | Runtime Error | 0 | 0 | 40 | x = input()
ans = int(x)**3
print ans | File "/tmp/tmp0hahz8dr/tmp0bqmdhws.py", line 1
x = input()
IndentationError: unexpected indent
| |
s400722688 | p02388 | u233232390 | 1452569809 | Python | Python | py | Runtime Error | 0 | 0 | 41 | x = import()
ans = int(x)**3
print ans | File "/tmp/tmpxrj5t35j/tmpzfvryos3.py", line 1
x = import()
IndentationError: unexpected indent
| |
s859309565 | p02388 | u020577611 | 1452606128 | Python | Python | py | Runtime Error | 0 | 0 | 27 | x = input()
pritn str(x**3) | File "/tmp/tmpq3mhocxx/tmpr78dq5wv.py", line 2
pritn str(x**3)
^^^
SyntaxError: invalid syntax
| |
s932654261 | p02388 | u828153094 | 1452618110 | Python | Python | py | Runtime Error | 0 | 0 | 24 | x = input():
print x^3: | File "/tmp/tmppyke2fxm/tmph0xjsqmb.py", line 1
x = input():
^
SyntaxError: invalid syntax
| |
s909564166 | p02388 | u828153094 | 1452618309 | Python | Python | py | Runtime Error | 0 | 0 | 33 | x=input():
print x^3\n:
return 0: | File "/tmp/tmpqcrs49ec/tmp9x6h3h2m.py", line 1
x=input():
^
SyntaxError: invalid syntax
| |
s266897812 | p02388 | u828153094 | 1452618633 | Python | Python | py | Runtime Error | 0 | 0 | 20 | x = input
print x^3 | File "/tmp/tmpxea0cqlt/tmpbaahd4mg.py", line 3
print x^3
^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s890617885 | p02388 | u985628197 | 1453119678 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | n=sys.argv
print(n*n*n) | Traceback (most recent call last):
File "/tmp/tmphrfrk4qw/tmp8fphkwgd.py", line 1, in <module>
n=sys.argv
^^^
NameError: name 'sys' is not defined
| |
s061174075 | p02388 | u985628197 | 1453119805 | Python | Python3 | py | Runtime Error | 0 | 0 | 34 | import sys
n=sys.argv
print(n*n*n) | Traceback (most recent call last):
File "/tmp/tmpaune1hin/tmpd0q3f19d.py", line 3, in <module>
print(n*n*n)
~^~
TypeError: can't multiply sequence by non-int of type 'list'
| |
s711825196 | p02388 | u985628197 | 1453120086 | Python | Python3 | py | Runtime Error | 0 | 0 | 52 | import sys
n = sys.stdin.readline()
m=n*n*n
print(m) | Traceback (most recent call last):
File "/tmp/tmpjnr5u75w/tmpgm9iln8u.py", line 3, in <module>
m=n*n*n
~^~
TypeError: can't multiply sequence by non-int of type 'str'
| |
s341425600 | p02388 | u985628197 | 1453120552 | Python | Python3 | py | Runtime Error | 0 | 0 | 37 | import sys
n=sys.argv[1]
print(n*n*n) | Traceback (most recent call last):
File "/tmp/tmpobdo0o39/tmp2f5sk771.py", line 2, in <module>
n=sys.argv[1]
~~~~~~~~^^^
IndexError: list index out of range
| |
s611762447 | p02388 | u834702748 | 1453554747 | Python | Python3 | py | Runtime Error | 0 | 0 | 35 | x = input()
ans = x ** 3
print(ans) | Traceback (most recent call last):
File "/tmp/tmpfci007v2/tmpjetbqsju.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s045006405 | p02388 | u571918510 | 1453788871 | Python | Python3 | py | Runtime Error | 0 | 0 | 41 | num = int(raw_input())
print(num*num*num) | Traceback (most recent call last):
File "/tmp/tmp3on28rp7/tmpavlwu96h.py", line 1, in <module>
num = int(raw_input())
^^^^^^^^^
NameError: name 'raw_input' is not defined
| |
s207507415 | p02388 | u790959181 | 1453904140 | Python | Python | py | Runtime Error | 0 | 0 | 14 | print str(x^3) | File "/tmp/tmpeap_zndh/tmp4v3f82um.py", line 1
print str(x^3)
^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s258816461 | p02388 | u790959181 | 1453904149 | Python | Python | py | Runtime Error | 0 | 0 | 16 | print str(x*x*x) | File "/tmp/tmpikcrstr3/tmpn26wiyii.py", line 1
print str(x*x*x)
^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s076544472 | p02388 | u558826346 | 1454253425 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | a=input()
print a**3 | File "/tmp/tmpwzsf317o/tmp28aewd1j.py", line 2
print a**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s590101948 | p02388 | u775414834 | 1454305696 | Python | Python | py | Runtime Error | 0 | 0 | 42 |
a = int(raw_input())
# ??????
print a*a*a | File "/tmp/tmp3juq3kgr/tmpelt7nb2z.py", line 4
print a*a*a
^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s063603645 | p02388 | u436807165 | 1454985708 | Python | Python | py | Runtime Error | 0 | 0 | 10 | print x**3 | File "/tmp/tmpwciul1hh/tmpb6wrpud8.py", line 1
print x**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s035790558 | p02388 | u436807165 | 1454985828 | Python | Python | py | Runtime Error | 0 | 0 | 11 | return x**3 | File "/tmp/tmpw62n_jop/tmpxeuxhun0.py", line 1
return x**3
^^^^^^^^^^^
SyntaxError: 'return' outside function
| |
s863682224 | p02388 | u436807165 | 1454985929 | Python | Python | py | Runtime Error | 0 | 0 | 27 | result = x**3
return result | File "/tmp/tmp_hj8ngzs/tmpgqm51yhk.py", line 2
return result
^^^^^^^^^^^^^
SyntaxError: 'return' outside function
| |
s787290596 | p02388 | u436807165 | 1454986058 | Python | Python | py | Runtime Error | 0 | 0 | 26 | x = raw_input()
print x**3 | File "/tmp/tmpmvbo9c73/tmpuvuqkkaw.py", line 2
print x**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s290399296 | p02388 | u436807165 | 1454986145 | Python | Python | py | Runtime Error | 0 | 0 | 26 | x = raw_input()
print x**3 | File "/tmp/tmpc5ma29c6/tmpe12mro9t.py", line 2
print x**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s978221456 | p02388 | u436807165 | 1454986182 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x = raw_input()
print x**3 | File "/tmp/tmpj875s_ff/tmpo6cg355q.py", line 2
print x**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s301437941 | p02388 | u436807165 | 1454986319 | Python | Python | py | Runtime Error | 0 | 0 | 26 | x = raw_input
print (x**3) | Traceback (most recent call last):
File "/tmp/tmp473s0q6k/tmp8qx0isao.py", line 1, in <module>
x = raw_input
^^^^^^^^^
NameError: name 'raw_input' is not defined
| |
s149490721 | p02388 | u436807165 | 1454986365 | Python | Python | py | Runtime Error | 0 | 0 | 28 | x = raw_input()
print (x**3) | Traceback (most recent call last):
File "/tmp/tmp0x2mfjix/tmpmjvkiwwx.py", line 1, in <module>
x = raw_input()
^^^^^^^^^
NameError: name 'raw_input' is not defined
| |
s309723867 | p02388 | u436807165 | 1454986521 | Python | Python | py | Runtime Error | 0 | 0 | 26 | x = raw_input()
print x**3 | File "/tmp/tmp1k_30533/tmpmbw5p0zg.py", line 2
print x**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s354945625 | p02388 | u436807165 | 1454986665 | Python | Python | py | Runtime Error | 0 | 0 | 26 | x = raw_input()
print x**3 | File "/tmp/tmp23ybw4l7/tmpkai8didt.py", line 2
print x**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s617125159 | p02388 | u436807165 | 1454986820 | Python | Python | py | Runtime Error | 0 | 0 | 31 | x = raw_input()
print int(x**3) | File "/tmp/tmp9d8zxp07/tmpb0qduep2.py", line 2
print int(x**3)
^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s623046574 | p02388 | u397460030 | 1455178724 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x*x*x) | Traceback (most recent call last):
File "/tmp/tmpvvqgcaoh/tmp87avws6y.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s182867495 | p02388 | u852112234 | 1455782866 | Python | Python3 | py | Runtime Error | 0 | 0 | 28 | int(i) = input()
print(i**3) | File "/tmp/tmpkkrqxhtn/tmpoxu7wyku.py", line 1
int(i) = input()
^^^^^^
SyntaxError: cannot assign to function call here. Maybe you meant '==' instead of '='?
| |
s588463353 | p02388 | u148101999 | 1456391531 | Python | Python | py | Runtime Error | 0 | 0 | 31 | n = input()
print n**3
print \n | File "/tmp/tmpl03x_4fq/tmp3d58v0n4.py", line 2
print n**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s192686008 | p02388 | u714578218 | 1457165741 | Python | Python | py | Runtime Error | 0 | 0 | 85 | input_line = input()
input_line_cubic = input_line ** 3
print input_line_cubic + "\n" | File "/tmp/tmplq2iibqx/tmpspvoa2ws.py", line 3
print input_line_cubic + "\n"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s025600693 | p02388 | u140168530 | 1457344558 | Python | Python3 | py | Runtime Error | 0 | 0 | 38 | def f(x):
return x**3
print "f(x)" | File "/tmp/tmp93d0x9sn/tmpk67xmnb0.py", line 3
print "f(x)"
^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s139017467 | p02388 | u034426456 | 1457415298 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x ** 3) | Traceback (most recent call last):
File "/tmp/tmpg2kgolpf/tmpjwnile6a.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s064797113 | p02388 | u034426456 | 1457415362 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x ** 3) | Traceback (most recent call last):
File "/tmp/tmp6xlm8v2g/tmp087jotaq.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s499534350 | p02388 | u034426456 | 1457415930 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x = int(input()
print(x ** 3) | File "/tmp/tmp127wisun/tmpz50h0rbm.py", line 1
x = int(input()
^
SyntaxError: '(' was never closed
| |
s793157856 | p02388 | u861301987 | 1457710878 | Python | Python3 | py | Runtime Error | 0 | 0 | 59 | import sys
i = int(sys.argv[1])
i = i * i * i
print str(i) | File "/tmp/tmpavmrvh4w/tmp7k637hlk.py", line 5
print str(i)
^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s402340126 | p02388 | u861301987 | 1457711115 | Python | Python | py | Runtime Error | 0 | 0 | 81 | #!/usr/bin/env python
import sys
i = int(sys.argv[1])
i = i * i * i
print str(i) | File "/tmp/tmpinjouz8d/tmp85rn3elu.py", line 6
print str(i)
^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s597458522 | p02388 | u994049982 | 1458262280 | Python | Python3 | py | Runtime Error | 0 | 0 | 17 | print(input()**3) | Traceback (most recent call last):
File "/tmp/tmpu6nrkylx/tmp5jtki9bc.py", line 1, in <module>
print(input()**3)
^^^^^^^
EOFError: EOF when reading a line
| |
s871738676 | p02388 | u994049982 | 1458262454 | Python | Python3 | py | Runtime Error | 0 | 0 | 10 | input()**3 | Traceback (most recent call last):
File "/tmp/tmph6yxfmgm/tmpqs7y7k9t.py", line 1, in <module>
input()**3
^^^^^^^
EOFError: EOF when reading a line
| |
s405044080 | p02388 | u994049982 | 1458262546 | Python | Python3 | py | Runtime Error | 0 | 0 | 19 | raw_int(input())**3 | Traceback (most recent call last):
File "/tmp/tmpxg34msww/tmprvk15x_w.py", line 1, in <module>
raw_int(input())**3
^^^^^^^
NameError: name 'raw_int' is not defined
| |
s364005437 | p02388 | u994049982 | 1458262938 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | x=input()
print(x**3) | Traceback (most recent call last):
File "/tmp/tmpf2n70yn3/tmpikvb6sgu.py", line 1, in <module>
x=input()
^^^^^^^
EOFError: EOF when reading a line
| |
s525204669 | p02388 | u648595404 | 1458325686 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x **3 ) | Traceback (most recent call last):
File "/tmp/tmpdqbzhnof/tmpyla_yb6r.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s108432677 | p02388 | u463783070 | 1458569915 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | print x ** 3 | File "/tmp/tmp1g1gm7g0/tmprl6ilm18.py", line 1
print x ** 3
^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s089454039 | p02388 | u463783070 | 1458570084 | Python | Python3 | py | Runtime Error | 0 | 0 | 28 | x = raw_input()
print x ** 3 | File "/tmp/tmpdi3mq7zd/tmp92cd2hrz.py", line 2
print x ** 3
^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s322521046 | p02388 | u463783070 | 1458570329 | Python | Python3 | py | Runtime Error | 0 | 0 | 46 | x = map(int, raw_input().split())
print x ** 3 | File "/tmp/tmpb5g8xvth/tmpl9m_b92n.py", line 2
print x ** 3
^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s285741108 | p02388 | u463783070 | 1458570631 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print x ** 3 | File "/tmp/tmpjew4328f/tmpt5c8kkqk.py", line 2
print x ** 3
^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s115283133 | p02388 | u463783070 | 1458570815 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | x = input()
a = x ** 3
print a | File "/tmp/tmpzynm_za_/tmphk55h3l1.py", line 3
print a
^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s865354252 | p02388 | u463783070 | 1458571311 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x = input()
print (x ** 3) | Traceback (most recent call last):
File "/tmp/tmpmljf0mui/tmp3g8g4kuk.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s878978146 | p02388 | u985620151 | 1459296230 | Python | Python | py | Runtime Error | 0 | 0 | 40 | a = int(input())
print("%d"%(a*a*a)) | File "/tmp/tmpmua9sd70/tmpcw866gqc.py", line 1
a = int(input())
IndentationError: unexpected indent
| |
s134077724 | p02388 | u985620151 | 1459296250 | Python | Python3 | py | Runtime Error | 0 | 0 | 40 | a = int(input())
print("%d"%(a*a*a)) | File "/tmp/tmpzao_q_8f/tmpfixkidj9.py", line 1
a = int(input())
IndentationError: unexpected indent
| |
s586744334 | p02388 | u985620151 | 1459296421 | Python | Python | py | Runtime Error | 0 | 0 | 40 | a = int(input())
print("%d"%(a*a*a)) | File "/tmp/tmp_e2c_6tw/tmp02dxnr85.py", line 1
a = int(input())
IndentationError: unexpected indent
| |
s453021193 | p02388 | u402330988 | 1459667135 | Python | Python3 | py | Runtime Error | 0 | 0 | 97 | ''' 3???????????? '''
def sample(x):
return x * x * x
# ??\???
n = input()
print sample(n) | File "/tmp/tmpcdxs7nzx/tmpy9tce3lp.py", line 8
print sample(n)
^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s437800764 | p02388 | u402330988 | 1459667149 | Python | Python3 | py | Runtime Error | 0 | 0 | 97 | ''' 3???????????? '''
def sample(x):
return x * x * x
# ??\???
n = input()
print sample(n) | File "/tmp/tmpep57j08p/tmpt1ft0690.py", line 8
print sample(n)
^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s906570507 | p02388 | u402330988 | 1459667160 | Python | Python3 | py | Runtime Error | 0 | 0 | 97 | ''' 3???????????? '''
def sample(x):
return x * x * x
# ??\???
n = input()
print sample(n) | File "/tmp/tmpkot7uibu/tmpawyndo6z.py", line 8
print sample(n)
^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s686436992 | p02388 | u402330988 | 1459667340 | Python | Python3 | py | Runtime Error | 0 | 0 | 102 | ''' 3???????????? '''
def sample(x):
return x * x * x
# ??\???
n = input()
print sample(int(n)) | File "/tmp/tmpcnf_anw4/tmp4osv433u.py", line 8
print sample(int(n))
^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s372974741 | p02388 | u402330988 | 1459667696 | Python | Python3 | py | Runtime Error | 0 | 0 | 63 | def sample(n)
return n * n * n
n = input()
print sample(n) | File "/tmp/tmpny1yfhn5/tmp6bjpq0u8.py", line 1
def sample(n)
^
SyntaxError: expected ':'
| |
s585221738 | p02388 | u402330988 | 1459667728 | Python | Python3 | py | Runtime Error | 0 | 0 | 64 | def sample(n):
return n * n * n
n = input()
print sample(n) | File "/tmp/tmpvlvx2j7t/tmp0rrxtzhi.py", line 5
print sample(n)
^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s897459534 | p02388 | u402330988 | 1459667749 | Python | Python3 | py | Runtime Error | 0 | 0 | 70 | def sample(n):
return n * n * n
n = input()
x = sample(n)
print x | File "/tmp/tmpdso7w0lk/tmp0725nt5i.py", line 6
print x
^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s364534942 | p02388 | u402330988 | 1459667787 | Python | Python3 | py | Runtime Error | 0 | 0 | 74 | def sample(n):
return n * n * n
n = row_input()
x = sample(n)
print x | File "/tmp/tmp0z_3tz1w/tmpj6jdomn7.py", line 6
print x
^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s944874659 | p02388 | u525685480 | 1460711986 | Python | Python3 | py | Runtime Error | 0 | 0 | 39 | x = input()
Pow = x*x*x
print ("Pow") | Traceback (most recent call last):
File "/tmp/tmply3mjh4o/tmpgo0uhhsd.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s108961858 | p02388 | u525685480 | 1460712007 | Python | Python3 | py | Runtime Error | 0 | 0 | 37 | x = input()
Pow = x*x*x
print (Pow) | Traceback (most recent call last):
File "/tmp/tmp6p1w1ze4/tmpitymy34w.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s774529605 | p02388 | u099155265 | 1460872950 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | print(sys.argv[0] ** 3) | Traceback (most recent call last):
File "/tmp/tmpevnizytp/tmpmpqalg3z.py", line 1, in <module>
print(sys.argv[0] ** 3)
^^^
NameError: name 'sys' is not defined
| |
s749155294 | p02388 | u099155265 | 1460873713 | Python | Python3 | py | Runtime Error | 0 | 0 | 49 | print(int(sys.argv[1]) ** 3)
print("Hello World") | Traceback (most recent call last):
File "/tmp/tmpyfnfxk0d/tmpg8ajss_f.py", line 1, in <module>
print(int(sys.argv[1]) ** 3)
^^^
NameError: name 'sys' is not defined
| |
s737048020 | p02388 | u099155265 | 1460873736 | Python | Python3 | py | Runtime Error | 0 | 0 | 84 | # -*- coding:UTF-8 -*-
import sys
print(int(sys.argv[1]) ** 3)
print("Hello World") | Traceback (most recent call last):
File "/tmp/tmpen_05bag/tmp85k8a309.py", line 4, in <module>
print(int(sys.argv[1]) ** 3)
~~~~~~~~^^^
IndexError: list index out of range
| |
s860016662 | p02388 | u099155265 | 1460873778 | Python | Python3 | py | Runtime Error | 0 | 0 | 63 | # -*- coding:UTF-8 -*-
import sys
print(int(sys.argv[1]) ** 3) | Traceback (most recent call last):
File "/tmp/tmp02b8whd1/tmp6yxrlkpt.py", line 4, in <module>
print(int(sys.argv[1]) ** 3)
~~~~~~~~^^^
IndexError: list index out of range
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.