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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
s370834930 | p02388 | u859953395 | 1481495101 | Python | Python | py | Runtime Error | 0 | 0 | 12 | print(x*x*x) | Traceback (most recent call last):
File "/tmp/tmpxce3ojy1/tmpg08agssh.py", line 1, in <module>
print(x*x*x)
^
NameError: name 'x' is not defined
| |
s756054120 | p02388 | u693424532 | 1481547360 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x*x*x) | Traceback (most recent call last):
File "/tmp/tmpebp9xtdj/tmpx7rlb02h.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s217145943 | p02388 | u859953395 | 1481684467 | Python | Python | py | Runtime Error | 0 | 0 | 12 | print(x*x*x) | Traceback (most recent call last):
File "/tmp/tmpctc6imi4/tmpado6po1l.py", line 1, in <module>
print(x*x*x)
^
NameError: name 'x' is not defined
| |
s616009684 | p02388 | u859953395 | 1481684486 | Python | Python | py | Runtime Error | 0 | 0 | 12 | print(x*x*x) | Traceback (most recent call last):
File "/tmp/tmpuun2tz5z/tmpootli3kg.py", line 1, in <module>
print(x*x*x)
^
NameError: name 'x' is not defined
| |
s189018265 | p02388 | u859953395 | 1481684591 | Python | Python | py | Runtime Error | 0 | 0 | 12 | print(x*x*x) | Traceback (most recent call last):
File "/tmp/tmpoq23awxa/tmpp2k7j667.py", line 1, in <module>
print(x*x*x)
^
NameError: name 'x' is not defined
| |
s746344589 | p02388 | u922871577 | 1481787441 | Python | Python | py | Runtime Error | 0 | 0 | 20 | print raw_input()**3 | File "/tmp/tmpr04eil_8/tmpnxx3fin8.py", line 1
print raw_input()**3
^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s857599578 | p02388 | u948204119 | 1481809351 | Python | Python | py | Runtime Error | 0 | 0 | 42 | num = raw_input()
print (num * num * num) | Traceback (most recent call last):
File "/tmp/tmpdc_mu9zu/tmptyjvl6lf.py", line 1, in <module>
num = raw_input()
^^^^^^^^^
NameError: name 'raw_input' is not defined
| |
s190747989 | p02388 | u808470263 | 1482054149 | Python | Python3 | py | Runtime Error | 0 | 0 | 6 | a=x**3 | Traceback (most recent call last):
File "/tmp/tmparmc3_nf/tmp_mwf7gns.py", line 1, in <module>
a=x**3
^
NameError: name 'x' is not defined
| |
s259020943 | p02388 | u166390076 | 1482308082 | Python | Python3 | py | Runtime Error | 0 | 0 | 60 | x = int(input(??´??°????????????????????????))
print(x**3) | File "/tmp/tmpmd4hh_v7/tmp50tea924.py", line 1
x = int(input(??´??°????????????????????????))
^
SyntaxError: invalid character '´' (U+00B4)
| |
s299133924 | p02388 | u270706500 | 1482420196 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x = input('')
print (x*x*x) | Traceback (most recent call last):
File "/tmp/tmpgu5dbc9y/tmp2k9wfkul.py", line 1, in <module>
x = input('')
^^^^^^^^^
EOFError: EOF when reading a line
| |
s095988138 | p02388 | u019678978 | 1482852774 | Python | Python | py | Runtime Error | 0 | 0 | 51 | x = input('>>> ')
if 1 <= x <= 100
print(x*x*x) | File "/tmp/tmp1pfue4ji/tmpjcr9l5m4.py", line 2
if 1 <= x <= 100
^
SyntaxError: expected ':'
| |
s303736503 | p02388 | u547492399 | 1483446126 | Python | Python3 | py | Runtime Error | 0 | 0 | 32 | import sys
print(sys.argv[0]**3) | Traceback (most recent call last):
File "/tmp/tmp_3l4_3mp/tmp6nn3gqzo.py", line 2, in <module>
print(sys.argv[0]**3)
~~~~~~~~~~~^^~
TypeError: unsupported operand type(s) for ** or pow(): 'str' and 'int'
| |
s300699712 | p02388 | u479759795 | 1483723912 | Python | Python3 | py | Runtime Error | 0 | 0 | 34 | int a
scanf("%d",&a)
print("a**3") | File "/tmp/tmpmwzpzp3q/tmpbf05jlj7.py", line 1
int a
^
SyntaxError: invalid syntax
| |
s925462651 | p02388 | u479759795 | 1483723938 | Python | Python3 | py | Runtime Error | 0 | 0 | 34 | int a
scanf("%d",&a)
print('a**3') | File "/tmp/tmp6osx46s3/tmpcmrz6om_.py", line 1
int a
^
SyntaxError: invalid syntax
| |
s616169500 | p02388 | u479759795 | 1483723967 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | int a
scan(%d,&a)
print('a**3') | File "/tmp/tmpbdm3a3l7/tmpl9kllxbv.py", line 1
int a
^
SyntaxError: invalid syntax
| |
s321163056 | p02388 | u479759795 | 1483723991 | Python | Python3 | py | Runtime Error | 0 | 0 | 34 | int a
scan(""%d",&a)
print('a**3') | File "/tmp/tmpnywy0c7m/tmpxbl5wdg1.py", line 2
scan(""%d",&a)
^
SyntaxError: unterminated string literal (detected at line 2)
| |
s709209501 | p02388 | u479759795 | 1483724016 | Python | Python3 | py | Runtime Error | 0 | 0 | 33 | int a
scan("%d",&a)
print('a**3') | File "/tmp/tmpjr1zd5kb/tmp1py189qn.py", line 1
int a
^
SyntaxError: invalid syntax
| |
s886429359 | p02388 | u159126725 | 1483935397 | Python | Python | py | Runtime Error | 0 | 0 | 26 | x = raw_input()
print x^3 | File "/tmp/tmp2puf9ubs/tmp2t0h7on0.py", line 3
print x^3
^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s575502544 | p02388 | u058933891 | 1484151597 | Python | Python3 | py | Runtime Error | 0 | 0 | 6 | X ** 3 | Traceback (most recent call last):
File "/tmp/tmpeilh9zp7/tmp1ac0s0wm.py", line 1, in <module>
X ** 3
^
NameError: name 'X' is not defined
| |
s370872094 | p02388 | u058933891 | 1484151707 | Python | Python3 | py | Runtime Error | 0 | 0 | 6 | X ** 3 | Traceback (most recent call last):
File "/tmp/tmppgtezm0k/tmpmpbmd_x8.py", line 1, in <module>
X ** 3
^
NameError: name 'X' is not defined
| |
s913655966 | p02388 | u058933891 | 1484151985 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x = input()
print (x ** 3) | Traceback (most recent call last):
File "/tmp/tmp0sbhu31w/tmp4b8v3r9m.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s072314155 | p02388 | u941497176 | 1484268169 | Python | Python | py | Runtime Error | 0 | 0 | 40 | def aaa(x):
x = x ** 3
print aaa(x) | File "/tmp/tmp4idhdx3b/tmp_sfouw0r.py", line 4
print aaa(x)
^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s825346023 | p02388 | u025262114 | 1484624366 | Python | Python | py | Runtime Error | 0 | 0 | 38 | import sys
n = sys.argv[1]
print n**3 | File "/tmp/tmph5bjs3kt/tmpu_ki6jxs.py", line 4
print n**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s977442691 | p02388 | u025262114 | 1484624427 | Python | Python | py | Runtime Error | 0 | 0 | 39 | import sys
a = sys.argv[1]
print a*a*a | File "/tmp/tmpbjtcy73m/tmpx364kxv7.py", line 4
print a*a*a
^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s552463455 | p02388 | u276050131 | 1484757088 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x ** 3) | Traceback (most recent call last):
File "/tmp/tmp1smlt_a4/tmp7l3s6spv.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s588683750 | p02388 | u276050131 | 1484757192 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x ** 3) | Traceback (most recent call last):
File "/tmp/tmpi9hdfwq1/tmpucmypve3.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s131578468 | p02388 | u276050131 | 1484758646 | Python | Python3 | py | Runtime Error | 0 | 0 | 137 | l = map(int,raw_input().split())
s = l[0] * l[1]
shu = l[0] * 2 + l[1] * 2
fmt = "{s2} {shu2}"
s = fmt.format(s2 = s,shu2 = shu)
print(s) | Traceback (most recent call last):
File "/tmp/tmpo4n5deij/tmpkw37ls2e.py", line 1, in <module>
l = map(int,raw_input().split())
^^^^^^^^^
NameError: name 'raw_input' is not defined
| |
s481036159 | p02388 | u276050131 | 1484758670 | Python | Python3 | py | Runtime Error | 0 | 0 | 142 | l = map(int,raw_input().split())
s = l[0] * l[1]
shu = l[0] * 2 + l[1] * 2
fmt = "{s2} {shu2}"
s = Int(fmt.format(s2 = s,shu2 = shu))
print(s) | Traceback (most recent call last):
File "/tmp/tmprroueex9/tmpiitiwxbz.py", line 1, in <module>
l = map(int,raw_input().split())
^^^^^^^^^
NameError: name 'raw_input' is not defined
| |
s218836971 | p02388 | u133610255 | 1484829100 | Python | Python3 | py | Runtime Error | 0 | 0 | 34 | x = input()
y = x * x * X
print(y) | Traceback (most recent call last):
File "/tmp/tmp_jtntm4t/tmp5blmw_vk.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s831801040 | p02388 | u133610255 | 1484829171 | Python | Python3 | py | Runtime Error | 0 | 0 | 39 | x = input()
y = x * x * X
print(int(y)) | Traceback (most recent call last):
File "/tmp/tmptemf_bun/tmpzbw65bt7.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s410008178 | p02388 | u519227872 | 1485260357 | Python | Python | py | Runtime Error | 0 | 0 | 26 | x = raw_input()
print x**3 | File "/tmp/tmpyqifydbs/tmp68z35uns.py", line 2
print x**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s691097510 | p02388 | u168742337 | 1485325171 | Python | Python | py | Runtime Error | 0 | 0 | 156 | #???????????´??° x ?????????????????§???x ?????????????¨????????????????????????????????????°?????????????????????????????????
raw_input (x)
print(x*3) | Traceback (most recent call last):
File "/tmp/tmp3839lbeq/tmpu4m6irc5.py", line 2, in <module>
raw_input (x)
^^^^^^^^^
NameError: name 'raw_input' is not defined
| |
s877838213 | p02388 | u168742337 | 1485325973 | Python | Python | py | Runtime Error | 0 | 0 | 164 | #???????????´??° x ?????????????????§???x ?????????????¨????????????????????????????????????°?????????????????????????????????
x = raw_input()
print(int(x)**3) | Traceback (most recent call last):
File "/tmp/tmp3kqc5yxu/tmp2rqg0z9j.py", line 2, in <module>
x = raw_input()
^^^^^^^^^
NameError: name 'raw_input' is not defined
| |
s348302397 | p02388 | u294922877 | 1486221218 | Python | Python3 | py | Runtime Error | 0 | 0 | 19 | print(input() ** 3) | Traceback (most recent call last):
File "/tmp/tmpta55lkw2/tmpwxrq307k.py", line 1, in <module>
print(input() ** 3)
^^^^^^^
EOFError: EOF when reading a line
| |
s966257353 | p02388 | u362083605 | 1486308122 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x**3) | Traceback (most recent call last):
File "/tmp/tmpmjtq_t0i/tmppnndo4x_.py", line 1, in <module>
print(x**3)
^
NameError: name 'x' is not defined
| |
s223354625 | p02388 | u227438830 | 1486325338 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x*x*x) | Traceback (most recent call last):
File "/tmp/tmph_nj8r3o/tmpq2l6_jkm.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s899386239 | p02388 | u731896389 | 1486386798 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | input(i)
print(i**3) | Traceback (most recent call last):
File "/tmp/tmp9zoztq5y/tmp4c3ycpn6.py", line 1, in <module>
input(i)
^
NameError: name 'i' is not defined. Did you mean: 'id'?
| |
s962171866 | p02388 | u731896389 | 1486386827 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | input(i)
print(i**3) | Traceback (most recent call last):
File "/tmp/tmpqop7gbqz/tmps5okz78a.py", line 1, in <module>
input(i)
^
NameError: name 'i' is not defined. Did you mean: 'id'?
| |
s800010408 | p02388 | u644708764 | 1486476136 | Python | Python | py | Runtime Error | 0 | 0 | 25 | x=raw_input()
print x*x*x | File "/tmp/tmp9qsr7b6q/tmpj9r6m6ck.py", line 2
print x*x*x
^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s780138654 | p02388 | u463672132 | 1486901225 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | print(x*x*x) | Traceback (most recent call last):
File "/tmp/tmpr9vy7zpa/tmpofv2qsal.py", line 1, in <module>
print(x*x*x)
^
NameError: name 'x' is not defined
| |
s596827299 | p02388 | u158308386 | 1487076855 | Python | Python3 | py | Runtime Error | 0 | 0 | 83 | input_str = row_input
translate_num = int("input_str")**
print("translate_num\n") | File "/tmp/tmpcm03143k/tmpaotwjers.py", line 3
translate_num = int("input_str")**
^
SyntaxError: invalid syntax
| |
s020962714 | p02388 | u158308386 | 1487076915 | Python | Python3 | py | Runtime Error | 0 | 0 | 85 | input_str = row_input()
translate_num = int("input_str")**
print("translate_num\n") | File "/tmp/tmpmpydn5zv/tmpokt5_gpk.py", line 3
translate_num = int("input_str")**
^
SyntaxError: invalid syntax
| |
s572926021 | p02388 | u158308386 | 1487077024 | Python | Python3 | py | Runtime Error | 0 | 0 | 87 | input_str = row_input()
translate_num = (int("input_str"))**
print("translate_num\n") | File "/tmp/tmpej00qorg/tmpd_hq7qee.py", line 3
translate_num = (int("input_str"))**
^
SyntaxError: invalid syntax
| |
s988039780 | p02388 | u158308386 | 1487077066 | Python | Python3 | py | Runtime Error | 0 | 0 | 87 | input_str = raw_input()
translate_num = (int("input_str"))**
print("translate_num\n") | File "/tmp/tmppi8ygq7z/tmpl38dnr3x.py", line 3
translate_num = (int("input_str"))**
^
SyntaxError: invalid syntax
| |
s833851169 | p02388 | u158308386 | 1487077132 | Python | Python3 | py | Runtime Error | 0 | 0 | 88 | input_str = raw_input()
translate_num = (int("input_str"))**2
print("translate_num\n") | Traceback (most recent call last):
File "/tmp/tmp50yicsg0/tmportecnar.py", line 1, in <module>
input_str = raw_input()
^^^^^^^^^
NameError: name 'raw_input' is not defined
| |
s882888183 | p02388 | u158308386 | 1487077333 | Python | Python3 | py | Runtime Error | 0 | 0 | 84 | input_str = input()
translate_num = (int("input_str"))**2
print("translate_num\n") | Traceback (most recent call last):
File "/tmp/tmpeih_dsd4/tmp4jp0n3ot.py", line 1, in <module>
input_str = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s309792282 | p02388 | u158308386 | 1487077509 | Python | Python3 | py | Runtime Error | 0 | 0 | 85 | input_str = input()
translate_num = (int(input_str))**2
print(translate_num + "\n") | Traceback (most recent call last):
File "/tmp/tmpb5gl5qd4/tmps8ejeo9f.py", line 1, in <module>
input_str = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s400941449 | p02388 | u158308386 | 1487077557 | Python | Python3 | py | Runtime Error | 0 | 0 | 80 | input_str = input()
translate_num = (int(input_str))**2
print(translate_num\n) | File "/tmp/tmpjidvnm9d/tmpoyvu7c4s.py", line 5
print(translate_num\n)
^
SyntaxError: unexpected character after line continuation character
| |
s471192048 | p02388 | u548155360 | 1487144625 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | X = input()
Y = X ** 3
print(Y) | Traceback (most recent call last):
File "/tmp/tmp64y3gm9k/tmpr2mqzeng.py", line 1, in <module>
X = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s779780277 | p02388 | u726789377 | 1487317444 | Python | Python3 | py | Runtime Error | 0 | 0 | 6 | x ** 3 | Traceback (most recent call last):
File "/tmp/tmpy_l7nxyf/tmpcpw94gi3.py", line 1, in <module>
x ** 3
^
NameError: name 'x' is not defined
| |
s834400181 | p02388 | u726789377 | 1487317701 | Python | Python3 | py | Runtime Error | 0 | 0 | 35 | x = input()
y = x ** 3
print int(y) | File "/tmp/tmp6nvtjt2u/tmp25b59syc.py", line 3
print int(y)
^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s749014397 | p02388 | u726789377 | 1487317725 | Python | Python3 | py | Runtime Error | 0 | 0 | 35 | x = input()
y = x**3
print int(y) | File "/tmp/tmpjtyzu49u/tmpy9j_zlcr.py", line 5
print int(y)
^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s568955691 | p02388 | u726789377 | 1487317886 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | y = x **3
print("y") | Traceback (most recent call last):
File "/tmp/tmpufxkb8nu/tmpiifm1d_f.py", line 1, in <module>
y = x **3
^
NameError: name 'x' is not defined
| |
s343422557 | p02388 | u726789377 | 1487318077 | Python | Python3 | py | Runtime Error | 0 | 0 | 37 | x = input()
y = x**3
print (int(y)) | Traceback (most recent call last):
File "/tmp/tmp3wqhs7fx/tmp57s6cy2d.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s700105527 | p02388 | u605365762 | 1487754779 | Python | Python | py | Runtime Error | 0 | 0 | 366 | # Here your code !
# -*- coding:utf-8 -*-
import sys
def init():
data = []
while(True):
line = raw_input()
if not line: break
data.append(line)
return data
def main():
n = int(init().pop)
if 1 <= n <= 100:
print n**3
else:
print "Error / Invalid input (%d)" % n
if __name__ == '__main__':
main() | File "/tmp/tmpsdqa6vfp/tmp4egoiq9d.py", line 16
print n**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s554413026 | p02388 | u092736322 | 1487906240 | Python | Python3 | py | Runtime Error | 0 | 0 | 47 | num=int(raw_input())
num=num*num*num
print(num) | Traceback (most recent call last):
File "/tmp/tmp2rfb5_kt/tmpr9l5g19m.py", line 1, in <module>
num=int(raw_input())
^^^^^^^^^
NameError: name 'raw_input' is not defined
| |
s527048262 | p02388 | u092736322 | 1487906546 | Python | Python3 | py | Runtime Error | 0 | 0 | 38 | num=int(input())
num***=num
print(num) | File "/tmp/tmprzn0plup/tmpejeby9qy.py", line 2
num***=num
^^
SyntaxError: invalid syntax
| |
s567745485 | p02388 | u775160104 | 1488185991 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | x = input()
print(x**3) | Traceback (most recent call last):
File "/tmp/tmpvrut7lsa/tmp7poyu3dh.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s501573408 | p02388 | u511962207 | 1488234659 | Python | Python3 | py | Runtime Error | 0 | 0 | 34 | x = input()
x^3 = x*x*x
print(x^3) | File "/tmp/tmpobkcctzw/tmp1m61h24o.py", line 2
x^3 = x*x*x
^^^
SyntaxError: cannot assign to expression here. Maybe you meant '==' instead of '='?
| |
s953871322 | p02388 | u511962207 | 1488234703 | Python | Python3 | py | Runtime Error | 0 | 0 | 32 | x = input()
x3 = x*x*x
print(x3) | Traceback (most recent call last):
File "/tmp/tmpmstk3f5e/tmp1ffm7rus.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s896594851 | p02388 | u523743252 | 1488325637 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | print(x*x*x) | Traceback (most recent call last):
File "/tmp/tmpduts_d5p/tmpvnk2hi4c.py", line 1, in <module>
print(x*x*x)
^
NameError: name 'x' is not defined
| |
s435742728 | p02388 | u523743252 | 1488325710 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x*x*x) | Traceback (most recent call last):
File "/tmp/tmp1snz6bs9/tmptfxbv6ha.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s817783466 | p02388 | u156091054 | 1488338707 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | n = raw_input()
print(n ** 3) | Traceback (most recent call last):
File "/tmp/tmpuoequuz3/tmp0dcf2k9i.py", line 1, in <module>
n = raw_input()
^^^^^^^^^
NameError: name 'raw_input' is not defined
| |
s695037922 | p02388 | u573436270 | 1488556157 | Python | Python3 | py | Runtime Error | 0 | 0 | 57 | import sys
a = int(sys.argv[1])
print("{}".format(a**3)) | Traceback (most recent call last):
File "/tmp/tmpa41v4cd5/tmp3sv7c13a.py", line 3, in <module>
a = int(sys.argv[1])
~~~~~~~~^^^
IndexError: list index out of range
| |
s508048533 | p02388 | u650018120 | 1488874497 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | print(int(input()) ***3) | File "/tmp/tmp82m5lbxg/tmpkkrvkzup.py", line 1
print(int(input()) ***3)
^
SyntaxError: invalid syntax
| |
s744841446 | p02388 | u756958775 | 1489242044 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | x = input()
print(x**3) | Traceback (most recent call last):
File "/tmp/tmpl0k3idul/tmp1wol4rbk.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s815693173 | p02388 | u140988014 | 1489317559 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | power3(x):
print(x*x*x) | File "/tmp/tmp2c01oed4/tmpf04h_arl.py", line 1
power3(x):
^
SyntaxError: invalid syntax
| |
s286568311 | p02388 | u140988014 | 1489317732 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | print(x*x*x) | Traceback (most recent call last):
File "/tmp/tmpw4byb8td/tmpvz1usu05.py", line 1, in <module>
print(x*x*x)
^
NameError: name 'x' is not defined
| |
s428244719 | p02388 | u140988014 | 1489317970 | Python | Python3 | py | Runtime Error | 0 | 0 | 48 | import sys
print(sys.stdin*sys.stdin*sys.stdin) | Traceback (most recent call last):
File "/tmp/tmp67876lxr/tmpthu7tvq3.py", line 3, in <module>
print(sys.stdin*sys.stdin*sys.stdin)
~~~~~~~~~^~~~~~~~~~
TypeError: unsupported operand type(s) for *: '_io.TextIOWrapper' and '_io.TextIOWrapper'
| |
s541289817 | p02388 | u140988014 | 1489318022 | Python | Python3 | py | Runtime Error | 0 | 0 | 35 | import sys
x=sys.stdin
print(x*x*x) | Traceback (most recent call last):
File "/tmp/tmp7esss3_u/tmp9mudx19b.py", line 3, in <module>
print(x*x*x)
~^~
TypeError: unsupported operand type(s) for *: '_io.TextIOWrapper' and '_io.TextIOWrapper'
| |
s143585518 | p02388 | u140988014 | 1489318946 | Python | Python3 | py | Runtime Error | 0 | 0 | 44 | while True:
x = input()
print(x*x*x) | Traceback (most recent call last):
File "/tmp/tmps23xfd4u/tmp0m_xqdza.py", line 2, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s446521097 | p02388 | u140988014 | 1489319017 | Python | Python3 | py | Runtime Error | 0 | 0 | 44 | while True:
x = input()
print(x*x*x) | Traceback (most recent call last):
File "/tmp/tmp0r0k9iww/tmpp3c08_qx.py", line 2, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s706654740 | p02388 | u140988014 | 1489319067 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x*x*x) | Traceback (most recent call last):
File "/tmp/tmpc40kqnvy/tmpwvzqc2re.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s648085197 | p02388 | u979846261 | 1489589792 | Python | Python3 | py | Runtime Error | 0 | 0 | 34 | x =input("")
print(x **3 , int(x)) | Traceback (most recent call last):
File "/tmp/tmpeyrlh0yh/tmpsgqnqj9d.py", line 1, in <module>
x =input("")
^^^^^^^^^
EOFError: EOF when reading a line
| |
s563208149 | p02388 | u209889426 | 1489667616 | Python | Python3 | py | Runtime Error | 0 | 0 | 36 | i=inputraw()
cubic=i*i*i
print cubic | File "/tmp/tmp7z3xyicr/tmptb4abp07.py", line 3
print cubic
^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s625250897 | p02388 | u462831976 | 1489792746 | Python | Python3 | py | Runtime Error | 0 | 0 | 45 | s = get_input()
v = int(s)
print( v * v * v ) | Traceback (most recent call last):
File "/tmp/tmprbebw4hp/tmp3lcxv8vg.py", line 1, in <module>
s = get_input()
^^^^^^^^^
NameError: name 'get_input' is not defined
| |
s880662986 | p02388 | u249954942 | 1490342992 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | print(pow(int(input())), 3) | Traceback (most recent call last):
File "/tmp/tmpj4xe1yop/tmpb5l4zibq.py", line 1, in <module>
print(pow(int(input())), 3)
^^^^^^^
EOFError: EOF when reading a line
| |
s037518303 | p02388 | u822442916 | 1490513911 | Python | Python3 | py | Runtime Error | 0 | 0 | 4 | x**3 | Traceback (most recent call last):
File "/tmp/tmpqrl6319z/tmpmvzg7f7c.py", line 1, in <module>
x**3
^
NameError: name 'x' is not defined
| |
s924823205 | p02388 | u088318049 | 1490579103 | Python | Python3 | py | Runtime Error | 0 | 0 | 149 | #!/usr/bin/env python3
import sys
def p3(v):
return v*v*v
if __name__ == '__main__':
in = sys.stdin.read()
print('{}'.format( p3( int(in) ) ) ) | File "/tmp/tmpad4p7fxl/tmphkj7hfzo.py", line 9
in = sys.stdin.read()
^^
SyntaxError: invalid syntax
| |
s273330727 | p02388 | u042882066 | 1490605151 | Python | Python3 | py | Runtime Error | 0 | 0 | 15 | x=x**3
print(x) | Traceback (most recent call last):
File "/tmp/tmppi6uvy83/tmp4ro_t_01.py", line 1, in <module>
x=x**3
^
NameError: name 'x' is not defined
| |
s726961496 | p02388 | u042882066 | 1490605163 | Python | Python3 | py | Runtime Error | 0 | 0 | 17 | x1=x**3
print(x1) | Traceback (most recent call last):
File "/tmp/tmp66eo_i5z/tmpk0d7ocxq.py", line 1, in <module>
x1=x**3
^
NameError: name 'x' is not defined
| |
s535251525 | p02388 | u042882066 | 1490605210 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x**3) | Traceback (most recent call last):
File "/tmp/tmp173ridg8/tmpbme2os0n.py", line 1, in <module>
print(x**3)
^
NameError: name 'x' is not defined
| |
s536370920 | p02388 | u042882066 | 1490605210 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x**3) | Traceback (most recent call last):
File "/tmp/tmph3bftaj9/tmpa7ixrqlv.py", line 1, in <module>
print(x**3)
^
NameError: name 'x' is not defined
| |
s438310551 | p02388 | u042882066 | 1490661775 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | x=input()
print(x**3) | Traceback (most recent call last):
File "/tmp/tmpsbtz2231/tmp59k1bqk5.py", line 1, in <module>
x=input()
^^^^^^^
EOFError: EOF when reading a line
| |
s421143876 | p02388 | u042882066 | 1490661776 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | x=input()
print(x**3) | Traceback (most recent call last):
File "/tmp/tmpcojw0au2/tmpjlx4ytvu.py", line 1, in <module>
x=input()
^^^^^^^
EOFError: EOF when reading a line
| |
s925649951 | p02388 | u606989659 | 1490779883 | Python | Python3 | py | Runtime Error | 0 | 0 | 35 | x = int(input())
y = x ** 3
print(y | File "/tmp/tmpcjq8fd65/tmpbg6dwcib.py", line 3
print(y
^
SyntaxError: '(' was never closed
| |
s440669686 | p02388 | u979846261 | 1490798211 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | z = input ("")
print(z*z*z) | Traceback (most recent call last):
File "/tmp/tmp92ebq22w/tmpe_u3hhhz.py", line 1, in <module>
z = input ("")
^^^^^^^^^^
EOFError: EOF when reading a line
| |
s064043745 | p02388 | u208157605 | 1491340109 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x ** 3) | Traceback (most recent call last):
File "/tmp/tmpms4o1ttz/tmp2mupimr5.py", line 1, in <module>
print(x ** 3)
^
NameError: name 'x' is not defined
| |
s784161301 | p02388 | u222861595 | 1491584860 | Python | Python3 | py | Runtime Error | 0 | 0 | 4 | x**3 | Traceback (most recent call last):
File "/tmp/tmplmiatwom/tmp2nqrbill.py", line 1, in <module>
x**3
^
NameError: name 'x' is not defined
| |
s719994417 | p02388 | u222861595 | 1491584985 | Python | Python3 | py | Runtime Error | 0 | 0 | 4 | x**3 | Traceback (most recent call last):
File "/tmp/tmp1g9nzflz/tmpj51mjzp6.py", line 1, in <module>
x**3
^
NameError: name 'x' is not defined
| |
s867041823 | p02388 | u685534465 | 1491806182 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | x = input()
print(x**3) | Traceback (most recent call last):
File "/tmp/tmpp1rjvawe/tmpm7a__i0y.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s957049824 | p02388 | u685534465 | 1491806216 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | x = input()
print(x**3) | Traceback (most recent call last):
File "/tmp/tmpdr8m7uar/tmp_5s0oofu.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s361865281 | p02388 | u286589639 | 1491864740 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x = input()
x = x**3
print(x) | Traceback (most recent call last):
File "/tmp/tmpemvmnjvy/tmp9psemlx2.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s456962915 | p02388 | u544307555 | 1491906652 | Python | Python | py | Runtime Error | 0 | 0 | 20 | x = STDIN
print x**3 | File "/tmp/tmp5ta84mh5/tmpp9tp_7xt.py", line 2
print x**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s306326441 | p02388 | u351295799 | 1491969521 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x ** 3) | Traceback (most recent call last):
File "/tmp/tmp1ww160th/tmpp_suzcg5.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s956611406 | p02388 | u441902960 | 1492064156 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x**3) | Traceback (most recent call last):
File "/tmp/tmp8m6dnv57/tmpazct_12y.py", line 1, in <module>
print(x**3)
^
NameError: name 'x' is not defined
| |
s514806714 | p02388 | u441902960 | 1492064307 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | x=raw_input()
print(int(x)**3) | Traceback (most recent call last):
File "/tmp/tmp_biyeqli/tmpnw3qywud.py", line 1, in <module>
x=raw_input()
^^^^^^^^^
NameError: name 'raw_input' is not defined
| |
s799019555 | p02388 | u619570677 | 1492090878 | Python | Python3 | py | Runtime Error | 0 | 0 | 33 | x?????? input()
print(x * x* x/n) | File "/tmp/tmpatkteasz/tmpnsq05kc_.py", line 1
x?????? input()
^
SyntaxError: invalid syntax
| |
s078642436 | p02388 | u619570677 | 1492090937 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x = input()
print(x*x*x/n) | Traceback (most recent call last):
File "/tmp/tmpteh_0e49/tmp7mw9nhoa.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s819399460 | p02388 | u957680575 | 1492183981 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | N = input()
print(N**3) | Traceback (most recent call last):
File "/tmp/tmp2ak8vs13/tmpigd38pbm.py", line 1, in <module>
N = 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.