s_id
stringlengths
10
10
p_id
stringlengths
6
6
u_id
stringlengths
10
10
date
stringlengths
10
10
language
stringclasses
1 value
original_language
stringclasses
11 values
filename_ext
stringclasses
1 value
status
stringclasses
1 value
cpu_time
stringlengths
1
5
memory
stringlengths
1
7
code_size
stringlengths
1
6
code
stringlengths
1
539k
s370834930
p02388
u859953395
1481495101
Python
Python
py
Runtime Error
0
0
12
print(x*x*x)
s756054120
p02388
u693424532
1481547360
Python
Python3
py
Runtime Error
0
0
25
x = input() print(x*x*x)
s217145943
p02388
u859953395
1481684467
Python
Python
py
Runtime Error
0
0
12
print(x*x*x)
s616009684
p02388
u859953395
1481684486
Python
Python
py
Runtime Error
0
0
12
print(x*x*x)
s189018265
p02388
u859953395
1481684591
Python
Python
py
Runtime Error
0
0
12
print(x*x*x)
s746344589
p02388
u922871577
1481787441
Python
Python
py
Runtime Error
0
0
20
print raw_input()**3
s857599578
p02388
u948204119
1481809351
Python
Python
py
Runtime Error
0
0
42
num = raw_input() print (num * num * num)
s190747989
p02388
u808470263
1482054149
Python
Python3
py
Runtime Error
0
0
6
a=x**3
s259020943
p02388
u166390076
1482308082
Python
Python3
py
Runtime Error
0
0
60
x = int(input(??´??°????????????????????????)) print(x**3)
s299133924
p02388
u270706500
1482420196
Python
Python3
py
Runtime Error
0
0
27
x = input('') print (x*x*x)
s095988138
p02388
u019678978
1482852774
Python
Python
py
Runtime Error
0
0
51
x = input('>>> ') if 1 <= x <= 100 print(x*x*x)
s303736503
p02388
u547492399
1483446126
Python
Python3
py
Runtime Error
0
0
32
import sys print(sys.argv[0]**3)
s300699712
p02388
u479759795
1483723912
Python
Python3
py
Runtime Error
0
0
34
int a scanf("%d",&a) print("a**3")
s925462651
p02388
u479759795
1483723938
Python
Python3
py
Runtime Error
0
0
34
int a scanf("%d",&a) print('a**3')
s616169500
p02388
u479759795
1483723967
Python
Python3
py
Runtime Error
0
0
31
int a scan(%d,&a) print('a**3')
s321163056
p02388
u479759795
1483723991
Python
Python3
py
Runtime Error
0
0
34
int a scan(""%d",&a) print('a**3')
s709209501
p02388
u479759795
1483724016
Python
Python3
py
Runtime Error
0
0
33
int a scan("%d",&a) print('a**3')
s886429359
p02388
u159126725
1483935397
Python
Python
py
Runtime Error
0
0
26
x = raw_input() print x^3
s575502544
p02388
u058933891
1484151597
Python
Python3
py
Runtime Error
0
0
6
X ** 3
s370872094
p02388
u058933891
1484151707
Python
Python3
py
Runtime Error
0
0
6
X ** 3
s913655966
p02388
u058933891
1484151985
Python
Python3
py
Runtime Error
0
0
27
x = input() print (x ** 3)
s072314155
p02388
u941497176
1484268169
Python
Python
py
Runtime Error
0
0
40
def aaa(x): x = x ** 3 print aaa(x)
s825346023
p02388
u025262114
1484624366
Python
Python
py
Runtime Error
0
0
38
import sys n = sys.argv[1] print n**3
s977442691
p02388
u025262114
1484624427
Python
Python
py
Runtime Error
0
0
39
import sys a = sys.argv[1] print a*a*a
s552463455
p02388
u276050131
1484757088
Python
Python3
py
Runtime Error
0
0
25
x = input() print(x ** 3)
s588683750
p02388
u276050131
1484757192
Python
Python3
py
Runtime Error
0
0
25
x = input() print(x ** 3)
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)
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)
s218836971
p02388
u133610255
1484829100
Python
Python3
py
Runtime Error
0
0
34
x = input() y = x * x * X print(y)
s831801040
p02388
u133610255
1484829171
Python
Python3
py
Runtime Error
0
0
39
x = input() y = x * x * X print(int(y))
s410008178
p02388
u519227872
1485260357
Python
Python
py
Runtime Error
0
0
26
x = raw_input() print x**3
s691097510
p02388
u168742337
1485325171
Python
Python
py
Runtime Error
0
0
156
#???????????´??° x ?????????????????§???x ?????????????¨????????????????????????????????????°????????????????????????????????? raw_input (x) print(x*3)
s877838213
p02388
u168742337
1485325973
Python
Python
py
Runtime Error
0
0
164
#???????????´??° x ?????????????????§???x ?????????????¨????????????????????????????????????°????????????????????????????????? x = raw_input() print(int(x)**3)
s348302397
p02388
u294922877
1486221218
Python
Python3
py
Runtime Error
0
0
19
print(input() ** 3)
s966257353
p02388
u362083605
1486308122
Python
Python3
py
Runtime Error
0
0
11
print(x**3)
s223354625
p02388
u227438830
1486325338
Python
Python3
py
Runtime Error
0
0
24
x = input() print(x*x*x)
s899386239
p02388
u731896389
1486386798
Python
Python3
py
Runtime Error
0
0
20
input(i) print(i**3)
s962171866
p02388
u731896389
1486386827
Python
Python3
py
Runtime Error
0
0
20
input(i) print(i**3)
s800010408
p02388
u644708764
1486476136
Python
Python
py
Runtime Error
0
0
25
x=raw_input() print x*x*x
s780138654
p02388
u463672132
1486901225
Python
Python3
py
Runtime Error
0
0
12
print(x*x*x)
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")
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")
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")
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")
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")
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")
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")
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)
s471192048
p02388
u548155360
1487144625
Python
Python3
py
Runtime Error
0
0
31
X = input() Y = X ** 3 print(Y)
s779780277
p02388
u726789377
1487317444
Python
Python3
py
Runtime Error
0
0
6
x ** 3
s834400181
p02388
u726789377
1487317701
Python
Python3
py
Runtime Error
0
0
35
x = input() y = x ** 3 print int(y)
s749014397
p02388
u726789377
1487317725
Python
Python3
py
Runtime Error
0
0
35
x = input() y = x**3 print int(y)
s568955691
p02388
u726789377
1487317886
Python
Python3
py
Runtime Error
0
0
20
y = x **3 print("y")
s343422557
p02388
u726789377
1487318077
Python
Python3
py
Runtime Error
0
0
37
x = input() y = x**3 print (int(y))
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()
s554413026
p02388
u092736322
1487906240
Python
Python3
py
Runtime Error
0
0
47
num=int(raw_input()) num=num*num*num print(num)
s527048262
p02388
u092736322
1487906546
Python
Python3
py
Runtime Error
0
0
38
num=int(input()) num***=num print(num)
s567745485
p02388
u775160104
1488185991
Python
Python3
py
Runtime Error
0
0
23
x = input() print(x**3)
s501573408
p02388
u511962207
1488234659
Python
Python3
py
Runtime Error
0
0
34
x = input() x^3 = x*x*x print(x^3)
s953871322
p02388
u511962207
1488234703
Python
Python3
py
Runtime Error
0
0
32
x = input() x3 = x*x*x print(x3)
s896594851
p02388
u523743252
1488325637
Python
Python3
py
Runtime Error
0
0
12
print(x*x*x)
s435742728
p02388
u523743252
1488325710
Python
Python3
py
Runtime Error
0
0
24
x = input() print(x*x*x)
s817783466
p02388
u156091054
1488338707
Python
Python3
py
Runtime Error
0
0
29
n = raw_input() print(n ** 3)
s695037922
p02388
u573436270
1488556157
Python
Python3
py
Runtime Error
0
0
57
import sys a = int(sys.argv[1]) print("{}".format(a**3))
s508048533
p02388
u650018120
1488874497
Python
Python3
py
Runtime Error
0
0
24
print(int(input()) ***3)
s744841446
p02388
u756958775
1489242044
Python
Python3
py
Runtime Error
0
0
23
x = input() print(x**3)
s815693173
p02388
u140988014
1489317559
Python
Python3
py
Runtime Error
0
0
27
power3(x): print(x*x*x)
s286568311
p02388
u140988014
1489317732
Python
Python3
py
Runtime Error
0
0
12
print(x*x*x)
s428244719
p02388
u140988014
1489317970
Python
Python3
py
Runtime Error
0
0
48
import sys print(sys.stdin*sys.stdin*sys.stdin)
s541289817
p02388
u140988014
1489318022
Python
Python3
py
Runtime Error
0
0
35
import sys x=sys.stdin print(x*x*x)
s143585518
p02388
u140988014
1489318946
Python
Python3
py
Runtime Error
0
0
44
while True: x = input() print(x*x*x)
s446521097
p02388
u140988014
1489319017
Python
Python3
py
Runtime Error
0
0
44
while True: x = input() print(x*x*x)
s706654740
p02388
u140988014
1489319067
Python
Python3
py
Runtime Error
0
0
24
x = input() print(x*x*x)
s648085197
p02388
u979846261
1489589792
Python
Python3
py
Runtime Error
0
0
34
x =input("") print(x **3 , int(x))
s563208149
p02388
u209889426
1489667616
Python
Python3
py
Runtime Error
0
0
36
i=inputraw() cubic=i*i*i print cubic
s625250897
p02388
u462831976
1489792746
Python
Python3
py
Runtime Error
0
0
45
s = get_input() v = int(s) print( v * v * v )
s880662986
p02388
u249954942
1490342992
Python
Python3
py
Runtime Error
0
0
27
print(pow(int(input())), 3)
s037518303
p02388
u822442916
1490513911
Python
Python3
py
Runtime Error
0
0
4
x**3
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) ) ) )
s273330727
p02388
u042882066
1490605151
Python
Python3
py
Runtime Error
0
0
15
x=x**3 print(x)
s726961496
p02388
u042882066
1490605163
Python
Python3
py
Runtime Error
0
0
17
x1=x**3 print(x1)
s535251525
p02388
u042882066
1490605210
Python
Python3
py
Runtime Error
0
0
11
print(x**3)
s536370920
p02388
u042882066
1490605210
Python
Python3
py
Runtime Error
0
0
11
print(x**3)
s438310551
p02388
u042882066
1490661775
Python
Python3
py
Runtime Error
0
0
21
x=input() print(x**3)
s421143876
p02388
u042882066
1490661776
Python
Python3
py
Runtime Error
0
0
21
x=input() print(x**3)
s925649951
p02388
u606989659
1490779883
Python
Python3
py
Runtime Error
0
0
35
x = int(input()) y = x ** 3 print(y
s440669686
p02388
u979846261
1490798211
Python
Python3
py
Runtime Error
0
0
27
z = input ("") print(z*z*z)
s064043745
p02388
u208157605
1491340109
Python
Python3
py
Runtime Error
0
0
13
print(x ** 3)
s784161301
p02388
u222861595
1491584860
Python
Python3
py
Runtime Error
0
0
4
x**3
s719994417
p02388
u222861595
1491584985
Python
Python3
py
Runtime Error
0
0
4
x**3
s867041823
p02388
u685534465
1491806182
Python
Python3
py
Runtime Error
0
0
23
x = input() print(x**3)
s957049824
p02388
u685534465
1491806216
Python
Python3
py
Runtime Error
0
0
23
x = input() print(x**3)
s361865281
p02388
u286589639
1491864740
Python
Python3
py
Runtime Error
0
0
29
x = input() x = x**3 print(x)
s456962915
p02388
u544307555
1491906652
Python
Python
py
Runtime Error
0
0
20
x = STDIN print x**3
s306326441
p02388
u351295799
1491969521
Python
Python3
py
Runtime Error
0
0
25
x = input() print(x ** 3)
s956611406
p02388
u441902960
1492064156
Python
Python3
py
Runtime Error
0
0
11
print(x**3)
s514806714
p02388
u441902960
1492064307
Python
Python3
py
Runtime Error
0
0
30
x=raw_input() print(int(x)**3)
s799019555
p02388
u619570677
1492090878
Python
Python3
py
Runtime Error
0
0
33
x?????? input() print(x * x* x/n)
s078642436
p02388
u619570677
1492090937
Python
Python3
py
Runtime Error
0
0
26
x = input() print(x*x*x/n)
s819399460
p02388
u957680575
1492183981
Python
Python3
py
Runtime Error
0
0
23
N = input() print(N**3)