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
s155463070
p02388
u818923713
1497506190
Python
Python3
py
Runtime Error
0
0
20
i = x ** 3 print(i)
Traceback (most recent call last): File "/tmp/tmppq5fi_6k/tmpbvf49e8u.py", line 1, in <module> i = x ** 3 ^ NameError: name 'x' is not defined
s069339445
p02388
u363648401
1497506193
Python
Python3
py
Runtime Error
0
0
17
print(int("x")*3)
Traceback (most recent call last): File "/tmp/tmpbmwif4b4/tmpo21z9q1w.py", line 1, in <module> print(int("x")*3) ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'x'
s015182614
p02388
u169794024
1497506203
Python
Python3
py
Runtime Error
0
0
11
print (x*3)
Traceback (most recent call last): File "/tmp/tmp0d_anyw6/tmp7cku3_wh.py", line 1, in <module> print (x*3) ^ NameError: name 'x' is not defined
s890977755
p02388
u486972540
1497506204
Python
Python3
py
Runtime Error
0
0
4
x**3
Traceback (most recent call last): File "/tmp/tmpzi6_unub/tmpitvdkh9n.py", line 1, in <module> x**3 ^ NameError: name 'x' is not defined
s119782778
p02388
u721103753
1497506217
Python
Python3
py
Runtime Error
0
0
20
print(input(x) ** 3)
Traceback (most recent call last): File "/tmp/tmp8h_5nx4y/tmprmijgx9f.py", line 1, in <module> print(input(x) ** 3) ^ NameError: name 'x' is not defined
s908443578
p02388
u410114382
1497506219
Python
Python3
py
Runtime Error
0
0
11
print(x**3)
Traceback (most recent call last): File "/tmp/tmpahqthmcu/tmpntltji25.py", line 1, in <module> print(x**3) ^ NameError: name 'x' is not defined
s960363286
p02388
u692161606
1497506222
Python
Python3
py
Runtime Error
0
0
13
print(x **3 )
Traceback (most recent call last): File "/tmp/tmp3trn4bph/tmp_emvmv1q.py", line 1, in <module> print(x **3 ) ^ NameError: name 'x' is not defined
s965920238
p02388
u059971171
1497506224
Python
Python3
py
Runtime Error
0
0
23
x = input() print(x**3)
Traceback (most recent call last): File "/tmp/tmpj8lhxmc6/tmp00s5rx6y.py", line 1, in <module> x = input() ^^^^^^^ EOFError: EOF when reading a line
s368855038
p02388
u911624488
1497506224
Python
Python3
py
Runtime Error
0
0
33
num = int(input()) print(num**3)
File "/tmp/tmps4gc3s9q/tmp74v09yvu.py", line 1 num = int(input()) IndentationError: unexpected indent
s213745551
p02388
u565553603
1497506227
Python
Python3
py
Runtime Error
0
0
14
print (x ** 3)
Traceback (most recent call last): File "/tmp/tmpidepqj49/tmpr7i_knxq.py", line 1, in <module> print (x ** 3) ^ NameError: name 'x' is not defined
s201261707
p02388
u486972540
1497506250
Python
Python3
py
Runtime Error
0
0
26
x = int(input) print(x**3)
Traceback (most recent call last): File "/tmp/tmpiigp9tv2/tmpe6rrljcq.py", line 1, in <module> x = int(input) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'builtin_function_or_method'
s005279176
p02388
u333596716
1497506263
Python
Python3
py
Runtime Error
0
0
25
x = int(input) print x**3
File "/tmp/tmp79jsx9bo/tmpch3rswf4.py", line 2 print x**3 ^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s011017726
p02388
u831971779
1497506279
Python
Python3
py
Runtime Error
0
0
10
print(x*3)
Traceback (most recent call last): File "/tmp/tmppgpa_vs0/tmph48sjw8_.py", line 1, in <module> print(x*3) ^ NameError: name 'x' is not defined
s797682679
p02388
u169794024
1497506280
Python
Python3
py
Runtime Error
0
0
22
num=int(x) print(x*3)
Traceback (most recent call last): File "/tmp/tmpp1iux6uq/tmpoq95vug7.py", line 1, in <module> num=int(x) ^ NameError: name 'x' is not defined
s159864573
p02388
u059971171
1497506284
Python
Python3
py
Runtime Error
0
0
11
print(x**3)
Traceback (most recent call last): File "/tmp/tmpxj_sl5qp/tmpq_o0sc4a.py", line 1, in <module> print(x**3) ^ NameError: name 'x' is not defined
s479818201
p02388
u569585396
1497506289
Python
Python3
py
Runtime Error
0
0
12
print(x * 3)
Traceback (most recent call last): File "/tmp/tmplmy693bf/tmpgm3r1tt5.py", line 1, in <module> print(x * 3) ^ NameError: name 'x' is not defined
s105269714
p02388
u818923713
1497506317
Python
Python3
py
Runtime Error
0
0
9
pow(x, 3)
Traceback (most recent call last): File "/tmp/tmpvkvpzepd/tmpl42d8zql.py", line 1, in <module> pow(x, 3) ^ NameError: name 'x' is not defined
s805766996
p02388
u478810373
1497506320
Python
Python3
py
Runtime Error
0
0
15
x=2 print(X**3)
Traceback (most recent call last): File "/tmp/tmpgerimgx4/tmpfbuhe6ry.py", line 2, in <module> print(X**3) ^ NameError: name 'X' is not defined. Did you mean: 'x'?
s856191109
p02388
u486972540
1497506321
Python
Python3
py
Runtime Error
0
0
11
print(x**3)
Traceback (most recent call last): File "/tmp/tmpuyctmnby/tmp24lgeew8.py", line 1, in <module> print(x**3) ^ NameError: name 'x' is not defined
s687139534
p02388
u410114382
1497506322
Python
Python3
py
Runtime Error
0
0
18
print(int('x')**3)
Traceback (most recent call last): File "/tmp/tmppwux8zlt/tmpmj3cu_z2.py", line 1, in <module> print(int('x')**3) ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'x'
s958162183
p02388
u721103753
1497506329
Python
Python3
py
Runtime Error
0
0
13
print(x ** 3)
Traceback (most recent call last): File "/tmp/tmpeaeswgb7/tmp2cbawb_u.py", line 1, in <module> print(x ** 3) ^ NameError: name 'x' is not defined
s629244498
p02388
u569585396
1497506357
Python
Python3
py
Runtime Error
0
0
13
print(x ** 3)
Traceback (most recent call last): File "/tmp/tmpj0fyrp7r/tmp98zmgjnn.py", line 1, in <module> print(x ** 3) ^ NameError: name 'x' is not defined
s582867030
p02388
u323082382
1497506373
Python
Python3
py
Runtime Error
0
0
8
pow(x,x)
Traceback (most recent call last): File "/tmp/tmpvvl200cq/tmpe0snmb_b.py", line 1, in <module> pow(x,x) ^ NameError: name 'x' is not defined
s911194240
p02388
u569585396
1497506419
Python
Python3
py
Runtime Error
0
0
25
x = input() print(x ** 3)
Traceback (most recent call last): File "/tmp/tmpupon490p/tmpo4nm89_s.py", line 1, in <module> x = input() ^^^^^^^ EOFError: EOF when reading a line
s226600183
p02388
u410114382
1497506456
Python
Python3
py
Runtime Error
0
0
25
x=int(input): print(x**3)
File "/tmp/tmp7qax0p8w/tmp96raa399.py", line 1 x=int(input): ^ SyntaxError: invalid syntax
s050307320
p02388
u323082382
1497506458
Python
Python3
py
Runtime Error
0
0
8
pow(x,3)
Traceback (most recent call last): File "/tmp/tmp_3xcr0u4/tmp6r8m7bre.py", line 1, in <module> pow(x,3) ^ NameError: name 'x' is not defined
s437847461
p02388
u698693989
1497506509
Python
Python3
py
Runtime Error
0
0
26
x=int(input) print(x ** 3)
Traceback (most recent call last): File "/tmp/tmp2ce7eyx5/tmpz5nq6vf0.py", line 1, in <module> x=int(input) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'builtin_function_or_method'
s499974029
p02388
u565553603
1497506545
Python
Python3
py
Runtime Error
0
0
164
#???????????´??° x ?????????????????§???x ?????????????¨????????????????????????????????????°????????????????????????????????? x = int(import) print (x ** 3)
File "/tmp/tmpferusbta/tmpclxswd3v.py", line 3 x = int(import) ^^^^^^ SyntaxError: invalid syntax
s661870829
p02388
u323082382
1497506549
Python
Python3
py
Runtime Error
0
0
13
pow(int(x),3)
Traceback (most recent call last): File "/tmp/tmp96483e06/tmpbc7bfesb.py", line 1, in <module> pow(int(x),3) ^ NameError: name 'x' is not defined
s758719843
p02388
u776018831
1497506552
Python
Python3
py
Runtime Error
0
0
31
x = int (import) print (x ** 3)
File "/tmp/tmpr04l_mu4/tmpdts147h2.py", line 1 x = int (import) ^^^^^^ SyntaxError: invalid syntax
s138233514
p02388
u721103753
1497506559
Python
Python3
py
Runtime Error
0
0
30
int(x) = input() print(x ** 3)
File "/tmp/tmpqqk6lkn3/tmpdiz5zo0l.py", line 1 int(x) = input() ^^^^^^ SyntaxError: cannot assign to function call here. Maybe you meant '==' instead of '='?
s155433927
p02388
u923630348
1497506560
Python
Python3
py
Runtime Error
0
0
5
x * 3
Traceback (most recent call last): File "/tmp/tmpadmaudv_/tmp4i2tba0l.py", line 1, in <module> x * 3 ^ NameError: name 'x' is not defined
s134887452
p02388
u169794024
1497506562
Python
Python3
py
Runtime Error
0
0
8
int(x)*3
Traceback (most recent call last): File "/tmp/tmp066fa4ma/tmpr2s28vqg.py", line 1, in <module> int(x)*3 ^ NameError: name 'x' is not defined
s462363272
p02388
u323082382
1497506592
Python
Python3
py
Runtime Error
0
0
20
print(pow(int(x),3))
Traceback (most recent call last): File "/tmp/tmp3jaeijd9/tmpnzg3wx7v.py", line 1, in <module> print(pow(int(x),3)) ^ NameError: name 'x' is not defined
s138599834
p02388
u333596716
1497506624
Python
Python3
py
Runtime Error
0
0
27
x = input(int()) print x**3
File "/tmp/tmp3f30ce55/tmpplyhsfe1.py", line 2 print x**3 ^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s965812242
p02388
u831971779
1497506636
Python
Python3
py
Runtime Error
0
0
21
input (x) print(x**3)
Traceback (most recent call last): File "/tmp/tmpqmapusb5/tmpppgmw_nj.py", line 1, in <module> input (x) ^ NameError: name 'x' is not defined
s163336019
p02388
u027278270
1497506637
Python
Python3
py
Runtime Error
0
0
25
print(pow(int(input(x))))
Traceback (most recent call last): File "/tmp/tmp41j0xxud/tmpaymss01w.py", line 1, in <module> print(pow(int(input(x)))) ^ NameError: name 'x' is not defined
s688164963
p02388
u818923713
1497506651
Python
Python3
py
Runtime Error
0
0
32
x = int(input()) print(x ** 3)
File "/tmp/tmpa1farnue/tmpx2ynlnci.py", line 3 print(x ** 3) IndentationError: unexpected indent
s230691331
p02388
u818923713
1497506697
Python
Python3
py
Runtime Error
0
0
32
x = int(input()) print(x ** 3)
File "/tmp/tmp296fshnb/tmpb73wn6wi.py", line 3 print(x ** 3) IndentationError: unexpected indent
s789499747
p02388
u818923713
1497506750
Python
Python3
py
Runtime Error
0
0
38
x = int(input()) print( x ** 3 )
File "/tmp/tmp3q5so1v5/tmpt5zybioa.py", line 2 print( x ** 3 ) IndentationError: unexpected indent
s587924868
p02388
u565553603
1497506870
Python
Python3
py
Runtime Error
0
0
30
x = int(import()) print x ** 3
File "/tmp/tmpqgdsa39d/tmp6nt7k8pl.py", line 1 x = int(import()) ^^^^^^ SyntaxError: invalid syntax
s449745164
p02388
u776018831
1497506874
Python
Python3
py
Runtime Error
0
0
32
x = int(import()) print (x ** 3)
File "/tmp/tmppei_uob4/tmp14pew_vb.py", line 1 x = int(import()) ^^^^^^ SyntaxError: invalid syntax
s983059589
p02388
u698693989
1497506876
Python
Python3
py
Runtime Error
0
0
25
int(input(x)) print(x**3)
Traceback (most recent call last): File "/tmp/tmpuadajs1k/tmp95bil9cm.py", line 1, in <module> int(input(x)) ^ NameError: name 'x' is not defined
s885977579
p02388
u169794024
1497506889
Python
Python3
py
Runtime Error
0
0
11
print(x**3)
Traceback (most recent call last): File "/tmp/tmpnais2tfy/tmpkyelhnnd.py", line 1, in <module> print(x**3) ^ NameError: name 'x' is not defined
s341707222
p02388
u923630348
1497507026
Python
Python3
py
Runtime Error
0
0
25
int(input() print(x ** 3)
File "/tmp/tmps8jdkoov/tmp2av225rx.py", line 1 int(input() ^ SyntaxError: '(' was never closed
s451743424
p02388
u776018831
1497507045
Python
Python3
py
Runtime Error
0
0
28
x = int(input) print(x ** 3)
Traceback (most recent call last): File "/tmp/tmpcuvfgmm0/tmp67evwght.py", line 1, in <module> x = int(input) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'builtin_function_or_method'
s157866129
p02388
u565553603
1497507052
Python
Python3
py
Runtime Error
0
0
29
x = int(input()) print x ** 3
File "/tmp/tmp_vkbr0uo/tmp6osfuah_.py", line 2 print x ** 3 ^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s453737162
p02388
u831971779
1497507053
Python
Python3
py
Runtime Error
0
0
21
input (x) print(x**3)
Traceback (most recent call last): File "/tmp/tmpgwigbj4k/tmpqdayc5d1.py", line 1, in <module> input (x) ^ NameError: name 'x' is not defined
s388098793
p02388
u565553603
1497507108
Python
Python3
py
Runtime Error
0
0
25
x = int(input) print x**3
File "/tmp/tmpm08peqq8/tmpy9r7by5v.py", line 2 print x**3 ^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s577890385
p02388
u923630348
1497507134
Python
Python3
py
Runtime Error
0
0
25
int(input() print(x ** 3)
File "/tmp/tmpo3bi7ys5/tmpxu5e_byh.py", line 1 int(input() ^ SyntaxError: '(' was never closed
s882901297
p02388
u356019552
1497507339
Python
Python3
py
Runtime Error
0
0
26
ans = x * x * x print(ans)
Traceback (most recent call last): File "/tmp/tmpe0mxtbdy/tmpdq10shwq.py", line 1, in <module> ans = x * x * x ^ NameError: name 'x' is not defined
s545638799
p02388
u290115150
1497508060
Python
Python3
py
Runtime Error
0
0
35
x = input() y = x**3 print int(y)
File "/tmp/tmpa0sz49u2/tmplu36cj29.py", line 5 print int(y) ^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s421674473
p02388
u323082382
1497508946
Python
Python3
py
Runtime Error
0
0
93
a,b = [int(x) for x in input().split()] #??????????????§??¶??£????????? print(a*b,(a+b)*2)
Traceback (most recent call last): File "/tmp/tmp87qoolg8/tmp7ckgzh_8.py", line 1, in <module> a,b = [int(x) for x in input().split()] #??????????????§??¶??£????????? ^^^^^^^ EOFError: EOF when reading a line
s074175027
p02388
u289756654
1497779877
Python
Python3
py
Runtime Error
0
0
42
import sys print( str(sys.argv[1] ** 3) )
Traceback (most recent call last): File "/tmp/tmphgi_piai/tmpubco97mz.py", line 3, in <module> print( str(sys.argv[1] ** 3) ) ~~~~~~~~^^^ IndexError: list index out of range
s073927167
p02388
u289756654
1497779933
Python
Python3
py
Runtime Error
0
0
36
import sys print(sys.argv[1] ** 3)
Traceback (most recent call last): File "/tmp/tmplkta21aw/tmp679aje6n.py", line 3, in <module> print(sys.argv[1] ** 3) ~~~~~~~~^^^ IndexError: list index out of range
s232578204
p02388
u289756654
1497780220
Python
Python3
py
Runtime Error
0
0
42
import sys x = sys.argv[1] ** 3 print(x)
Traceback (most recent call last): File "/tmp/tmp5_p3e4ve/tmpdk6x6vub.py", line 3, in <module> x = sys.argv[1] ** 3 ~~~~~~~~^^^ IndexError: list index out of range
s929459555
p02388
u289756654
1497780668
Python
Python3
py
Runtime Error
0
0
41
import sys x = sys.argv[1] print(x*x*x)
Traceback (most recent call last): File "/tmp/tmprecz128h/tmp4k3ceaxf.py", line 3, in <module> x = sys.argv[1] ~~~~~~~~^^^ IndexError: list index out of range
s323135538
p02388
u289756654
1497780914
Python
Python
py
Runtime Error
0
0
34
import sys print sys.argv[1] ** 3
File "/tmp/tmpf5y_5dte/tmpk0cap1i3.py", line 3 print sys.argv[1] ** 3 ^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s444087261
p02388
u289756654
1497781131
Python
Python3
py
Runtime Error
0
0
40
import sys print(int(sys.argv[1]) ** 3)
Traceback (most recent call last): File "/tmp/tmp1130m7lt/tmp0l1b2ijh.py", line 3, in <module> print(int(sys.argv[1]) ** 3) ~~~~~~~~^^^ IndexError: list index out of range
s680767968
p02388
u289756654
1497781215
Python
Python
py
Runtime Error
0
0
41
import sys print(int(sys.argv[1]) ** 3)
Traceback (most recent call last): File "/tmp/tmpoggv5fj5/tmp9zipwlzd.py", line 3, in <module> print(int(sys.argv[1]) ** 3) ~~~~~~~~^^^ IndexError: list index out of range
s630566378
p02388
u200401481
1497806176
Python
Python3
py
Runtime Error
0
0
24
x = input() print(x*x*x)
Traceback (most recent call last): File "/tmp/tmpfz3n4783/tmpk0oapsli.py", line 1, in <module> x = input() ^^^^^^^ EOFError: EOF when reading a line
s342529845
p02388
u386861275
1497888363
Python
Python3
py
Runtime Error
0
0
11
print(x**3)
Traceback (most recent call last): File "/tmp/tmpemmefz5z/tmpbhyifoxu.py", line 1, in <module> print(x**3) ^ NameError: name 'x' is not defined
s630209484
p02388
u386861275
1497888618
Python
Python3
py
Runtime Error
0
0
26
&x=raw_input() print(x**3)
File "/tmp/tmpvc0z51dz/tmp7qfppptw.py", line 1 &x=raw_input() ^ SyntaxError: invalid syntax
s409044327
p02388
u386861275
1497888733
Python
Python3
py
Runtime Error
0
0
25
x=raw_input() print(x**3)
Traceback (most recent call last): File "/tmp/tmp9m9f0hxv/tmpd73twfvo.py", line 1, in <module> x=raw_input() ^^^^^^^^^ NameError: name 'raw_input' is not defined
s462608409
p02388
u386861275
1497888838
Python
Python3
py
Runtime Error
0
0
21
x=input() print(x**3)
Traceback (most recent call last): File "/tmp/tmpksuwqelv/tmpwjg1h8xv.py", line 1, in <module> x=input() ^^^^^^^ EOFError: EOF when reading a line
s240502217
p02388
u464377021
1498028487
Python
Python3
py
Runtime Error
0
0
24
x = input() print(x**3)
Traceback (most recent call last): File "/tmp/tmpqjn_y12x/tmpyz_hzewe.py", line 1, in <module> x = input() ^^^^^^^ EOFError: EOF when reading a line
s195807802
p02388
u464377021
1498028632
Python
Python3
py
Runtime Error
0
0
31
hoge = input() print(hoge ** 3)
Traceback (most recent call last): File "/tmp/tmprfvnk6e6/tmpwcn8q5f4.py", line 1, in <module> hoge = input() ^^^^^^^ EOFError: EOF when reading a line
s058186061
p02388
u464377021
1498028918
Python
Python3
py
Runtime Error
0
0
44
hoge = input() huga = hoge ** 3 print(huga)
Traceback (most recent call last): File "/tmp/tmpc2s5ypzh/tmp4vfc83co.py", line 1, in <module> hoge = input() ^^^^^^^ EOFError: EOF when reading a line
s669535127
p02388
u464377021
1498028926
Python
Python3
py
Runtime Error
0
0
44
hoge = input() huga = hoge ** 3 print(huga)
Traceback (most recent call last): File "/tmp/tmpakhqnre9/tmphgn1fjhx.py", line 1, in <module> hoge = input() ^^^^^^^ EOFError: EOF when reading a line
s446559832
p02388
u464377021
1498028935
Python
Python3
py
Runtime Error
0
0
46
hoge = input() huga = hoge ** 3 print(huga)
Traceback (most recent call last): File "/tmp/tmpd4vd5ipd/tmp_u0x1ccm.py", line 1, in <module> hoge = input() ^^^^^^^ EOFError: EOF when reading a line
s525432598
p02388
u464377021
1498028940
Python
Python3
py
Runtime Error
0
0
47
hoge = input() huga = hoge ** 3 print(huga)
Traceback (most recent call last): File "/tmp/tmproc1rmfa/tmp8n4jcu8z.py", line 2, in <module> hoge = input() ^^^^^^^ EOFError: EOF when reading a line
s248608839
p02388
u464377021
1498029163
Python
Python3
py
Runtime Error
0
0
44
kotae = input() print(kotae * kotae * kotae)
Traceback (most recent call last): File "/tmp/tmp5vxvw270/tmpszo010_f.py", line 1, in <module> kotae = input() ^^^^^^^ EOFError: EOF when reading a line
s512978349
p02388
u464377021
1498029196
Python
Python3
py
Runtime Error
0
0
40
kotae = input() print(kotae*kotae*kotae)
Traceback (most recent call last): File "/tmp/tmp40h9wmcg/tmpzw87dbp1.py", line 1, in <module> kotae = input() ^^^^^^^ EOFError: EOF when reading a line
s104961082
p02388
u464377021
1498029388
Python
Python3
py
Runtime Error
0
0
44
input_lines = input() print(input_lines **3)
Traceback (most recent call last): File "/tmp/tmp8jkduguh/tmpy_cx5ovp.py", line 1, in <module> input_lines = input() ^^^^^^^ EOFError: EOF when reading a line
s176310181
p02388
u079986660
1498029860
Python
Python3
py
Runtime Error
0
0
13
print (x*x*x)
Traceback (most recent call last): File "/tmp/tmpur13yz6f/tmp09hct0j6.py", line 1, in <module> print (x*x*x) ^ NameError: name 'x' is not defined
s539719999
p02388
u079986660
1498029925
Python
Python3
py
Runtime Error
0
0
30
print (x**3)javascript:void(0)
File "/tmp/tmps7tztqb8/tmpm0y2i3yf.py", line 1 print (x**3)javascript:void(0) ^^^^^^^^^^ SyntaxError: invalid syntax
s228406599
p02388
u079986660
1498029932
Python
Python3
py
Runtime Error
0
0
12
print (x**3)
Traceback (most recent call last): File "/tmp/tmplo0uwirj/tmptwok1lmn.py", line 1, in <module> print (x**3) ^ NameError: name 'x' is not defined
s816654174
p02388
u486972540
1498029980
Python
Python3
py
Runtime Error
0
0
13
print(x ** 3)
Traceback (most recent call last): File "/tmp/tmp3oqsik0d/tmp4vfw6yab.py", line 1, in <module> print(x ** 3) ^ NameError: name 'x' is not defined
s723024080
p02388
u486972540
1498030061
Python
Python3
py
Runtime Error
0
0
4
x**3
Traceback (most recent call last): File "/tmp/tmpzwavbdzr/tmpr884j7kj.py", line 1, in <module> x**3 ^ NameError: name 'x' is not defined
s913799527
p02388
u079986660
1498030104
Python
Python3
py
Runtime Error
0
0
10
print x**3
File "/tmp/tmpv4kglgde/tmppr5l91gw.py", line 1 print x**3 ^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s109168948
p02388
u079986660
1498030254
Python
Python3
py
Runtime Error
0
0
12
print 'x**3'
File "/tmp/tmp7ltpa70i/tmp4czov7xz.py", line 1 print 'x**3' ^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s284616089
p02388
u079986660
1498030348
Python
Python3
py
Runtime Error
0
0
14
print pow(x,3)
File "/tmp/tmp_ajpnmwg/tmp8zlstdfg.py", line 1 print pow(x,3) ^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s343882104
p02388
u776018831
1498030430
Python
Python3
py
Runtime Error
0
0
10
print(x,3)
Traceback (most recent call last): File "/tmp/tmpvfipn_ys/tmp7gfgzkp2.py", line 1, in <module> print(x,3) ^ NameError: name 'x' is not defined
s767325171
p02388
u079986660
1498030549
Python
Python3
py
Runtime Error
0
0
31
x = int(imput()) print(x ** 3)
File "/tmp/tmp0gz6ozql/tmpk9ai27dy.py", line 2 print(x ** 3) IndentationError: unexpected indent
s669689826
p02388
u079986660
1498030572
Python
Python3
py
Runtime Error
0
0
31
x = int(input()) print(x ** 3)
File "/tmp/tmp8kdi6jji/tmpcprewi8_.py", line 2 print(x ** 3) IndentationError: unexpected indent
s269147857
p02388
u354053070
1498245307
Python
Python3
py
Runtime Error
0
0
25
x = input() print(x ** 3)
Traceback (most recent call last): File "/tmp/tmpyp45y770/tmpporb2s8_.py", line 1, in <module> x = input() ^^^^^^^ EOFError: EOF when reading a line
s128416558
p02388
u420446254
1498617466
Python
Python3
py
Runtime Error
0
0
43
import numpy as np x = input() print(x**3)
Traceback (most recent call last): File "/tmp/tmp6xvvmty0/tmp9fzzjzcd.py", line 3, in <module> x = input() ^^^^^^^ EOFError: EOF when reading a line
s976071500
p02388
u420446254
1498617481
Python
Python3
py
Runtime Error
0
0
55
import numpy as np x = input() print(x**3) print("\n")
Traceback (most recent call last): File "/tmp/tmpwdaez5h4/tmpyk0kh0sr.py", line 3, in <module> x = input() ^^^^^^^ EOFError: EOF when reading a line
s187112865
p02388
u420446254
1498617585
Python
Python3
py
Runtime Error
0
0
44
import numpy as np N = input() print(N**3)
Traceback (most recent call last): File "/tmp/tmpo7e8s_5b/tmpzjypei31.py", line 3, in <module> N = input() ^^^^^^^ EOFError: EOF when reading a line
s576914889
p02388
u420446254
1498617622
Python
Python
py
Runtime Error
0
0
42
import numpy as np N = input() print N**3
File "/tmp/tmp7xwq4sye/tmpxzfuer7h.py", line 4 print N**3 ^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s997218846
p02388
u107541424
1498643024
Python
Python3
py
Runtime Error
0
0
18
y = x**3 print (y)
Traceback (most recent call last): File "/tmp/tmpts_60dce/tmppnieh_pz.py", line 1, in <module> y = x**3 ^ NameError: name 'x' is not defined
s181036875
p02388
u107541424
1498643072
Python
Python3
py
Runtime Error
0
0
18
y = x**3 print (y)
Traceback (most recent call last): File "/tmp/tmpl4zoz0nn/tmpvkw1m35x.py", line 1, in <module> y = x**3 ^ NameError: name 'x' is not defined
s812500465
p02388
u107541424
1498643869
Python
Python3
py
Runtime Error
0
0
34
1 <= x <= 100 sum = x**3 print sum
File "/tmp/tmp7621nw9i/tmp850a8puv.py", line 3 print sum ^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s105963542
p02388
u107541424
1498644003
Python
Python3
py
Runtime Error
0
0
21
sum = x **3 print sum
File "/tmp/tmpfxytqh2n/tmp_tnetay1.py", line 2 print sum ^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
s988829305
p02388
u107541424
1498644037
Python
Python3
py
Runtime Error
0
0
12
print (x**3)
Traceback (most recent call last): File "/tmp/tmplbwrn1u_/tmp0suhzum_.py", line 1, in <module> print (x**3) ^ NameError: name 'x' is not defined
s321209546
p02388
u257897291
1498657637
Python
Python3
py
Runtime Error
0
0
11
print(x**3)
Traceback (most recent call last): File "/tmp/tmpxqfvjt0i/tmp2recrym5.py", line 1, in <module> print(x**3) ^ NameError: name 'x' is not defined
s240941165
p02388
u257897291
1498657676
Python
Python3
py
Runtime Error
0
0
21
x=input() print(x**3)
Traceback (most recent call last): File "/tmp/tmperauv_45/tmppuvi9xdr.py", line 1, in <module> x=input() ^^^^^^^ EOFError: EOF when reading a line
s583438599
p02388
u299798926
1498794912
Python
Python3
py
Runtime Error
0
0
29
x=input() print("%d" % x*x*x)
Traceback (most recent call last): File "/tmp/tmp29q7tqoy/tmphm3rbatt.py", line 1, in <module> x=input() ^^^^^^^ EOFError: EOF when reading a line
s852803684
p02388
u184989919
1499497674
Python
Python3
py
Runtime Error
0
0
45
import sys i = int(raw_input()) print(i**3)
Traceback (most recent call last): File "/tmp/tmpkis0_nyz/tmp4p00l8ki.py", line 3, in <module> i = int(raw_input()) ^^^^^^^^^ NameError: name 'raw_input' is not defined
s339186252
p02388
u471400255
1499578374
Python
Python3
py
Runtime Error
0
0
10
input()**3
Traceback (most recent call last): File "/tmp/tmprdbzdbpr/tmpc1xnygu_.py", line 1, in <module> input()**3 ^^^^^^^ EOFError: EOF when reading a line