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
s900631343
p02388
u362094064
1473314398
Python
Python3
py
Runtime Error
0
0
37
x = input() y = x ** 3 print int(y)
s346055562
p02388
u362094064
1473315596
Python
Python3
py
Runtime Error
0
0
37
x = input() y = x ** 3 print int(y)
s462009662
p02388
u362094064
1473315663
Python
Python3
py
Runtime Error
0
0
92
x = raw_input().split() y = map(int, x) a = y[0] b = y[1] c = a*b d = (a+b)*2 print c, d
s884039756
p02388
u362094064
1473315860
Python
Python3
py
Runtime Error
0
0
88
x = input().split() y = map(int, x) a = y[0] b = y[1] c = a*b d = (a+b)*2 print c, d
s740156902
p02388
u362094064
1473319141
Python
Python3
py
Runtime Error
0
0
38
x = input('>') y = x**3 print int(y)
s153043574
p02388
u302561071
1473477341
Python
Python3
py
Runtime Error
0
0
38
a = raw_input() a = a * a * a print(a)
s736446158
p02388
u302561071
1473477425
Python
Python3
py
Runtime Error
0
0
34
a = input() a = a * a * a print(a)
s978589292
p02388
u302561071
1473477666
Python
Python3
py
Runtime Error
0
0
24
N = input() print(N*N*N)
s995535692
p02388
u295105954
1473920438
Python
Python
py
Runtime Error
0
0
26
x = raw_input() print x**3
s154908301
p02388
u295105954
1473920590
Python
Python
py
Runtime Error
0
0
26
x = raw_input() print x**3
s654357960
p02388
u135273382
1473925339
Python
Python
py
Runtime Error
0
0
4
x**3
s811629220
p02388
u135273382
1473925362
Python
Python
py
Runtime Error
0
0
11
print(x**3)
s296063862
p02388
u135273382
1473925457
Python
Python
py
Runtime Error
0
0
20
x = raw_input() x**3
s842223287
p02388
u135273382
1473925495
Python
Python
py
Runtime Error
0
0
25
x=raw_input() print(x**3)
s019774163
p02388
u822442916
1474004805
Python
Python3
py
Runtime Error
0
0
12
print(x*x*x)
s483440339
p02388
u822442916
1474004902
Python
Python3
py
Runtime Error
0
0
12
print(x*x*x)
s426230891
p02388
u822442916
1474005484
Python
Python3
py
Runtime Error
0
0
9
x???x???x
s728367954
p02388
u822442916
1474005525
Python
Python3
py
Runtime Error
0
0
9
x???x???x
s800274108
p02388
u822442916
1474006748
Python
Python3
py
Runtime Error
0
0
35
if ('1<=x<=100'): print (x*x*x)
s146763795
p02388
u216804574
1474037388
Python
Python3
py
Runtime Error
0
0
15
pow(input(), 3)
s910074486
p02388
u111053265
1474520997
Python
Python3
py
Runtime Error
0
0
33
x = input() out = x**3 print(out)
s435672711
p02388
u135273382
1474780530
Python
Python3
py
Runtime Error
0
0
23
x = input() print(x**3)
s077389510
p02388
u135273382
1474780566
Python
Python3
py
Runtime Error
0
0
22
x=input() print(x*x*x)
s556876794
p02388
u707135573
1474885037
Python
Python3
py
Runtime Error
0
0
40
num = sys.stdin.readline() print(num**3)
s807153320
p02388
u707135573
1474885093
Python
Python3
py
Runtime Error
0
0
46
num = sys.stdin.readlines() print(int(num)**3)
s257544721
p02388
u838759969
1475146441
Python
Python3
py
Runtime Error
0
0
23
x = input() print(x**3)
s289380677
p02388
u838759969
1475146519
Python
Python3
py
Runtime Error
0
0
32
x = int(raw_input()) print(x**3)
s306686862
p02388
u419760455
1475219211
Python
Python3
py
Runtime Error
0
0
27
num = input() print(num**3)
s582055845
p02388
u419760455
1475219223
Python
Python3
py
Runtime Error
0
0
32
num = input() print(num*num*num)
s614645405
p02388
u419760455
1475219240
Python
Python3
py
Runtime Error
0
0
40
num = input().split() print(num*num*num)
s556407899
p02388
u494314211
1475342610
Python
Python3
py
Runtime Error
0
0
22
a=input() print(a*a*a)
s827555466
p02388
u352273463
1475412261
Python
Python3
py
Runtime Error
0
0
21
a=input() print(a**3)
s659667996
p02388
u352273463
1475412479
Python
Python3
py
Runtime Error
0
0
69
a=input() print(a**3) if __name__ == "__main__": sys.exit(main())
s434959829
p02388
u352273463
1475412554
Python
Python3
py
Runtime Error
0
0
38
a=input() print(a**3) sys.exit(main())
s884719766
p02388
u352273463
1475412713
Python
Python3
py
Runtime Error
0
0
32
a=input() print(a**3) sys.exit()
s618188293
p02388
u226541377
1476358545
Python
Python3
py
Runtime Error
0
0
34
number = input() print(number **3)
s574817634
p02388
u226541377
1476358640
Python
Python3
py
Runtime Error
0
0
38
number = raw_input() print(number **3)
s189028174
p02388
u226541377
1476359582
Python
Python3
py
Runtime Error
0
0
28
print(type(int(input()))**3)
s554806256
p02388
u500396695
1476629500
Python
Python3
py
Runtime Error
0
0
22
a = x * x * x print(a)
s000167344
p02388
u500396695
1476630580
Python
Python3
py
Runtime Error
0
0
31
x = input() a = x ** 3 print(a)
s590727724
p02388
u500396695
1476630654
Python
Python3
py
Runtime Error
0
0
32
x = input() a = x ** 3 print (a)
s415700375
p02388
u500396695
1476630698
Python
Python3
py
Runtime Error
0
0
35
x = input() a = x ** 3 print int(a)
s730277194
p02388
u996758922
1476832744
Python
Python3
py
Runtime Error
0
0
24
x = input() print (x**3)
s587739161
p02388
u286768184
1476880106
Python
Python3
py
Runtime Error
0
0
177
# -*- coding: utf-8 -*- import sys import math def main(): argNum = int(sys.argv[1]) intRes = int(math.pow(argNum, 3)) print(intRes) if __name__ == '__main__': main()
s495958238
p02388
u286768184
1476880174
Python
Python3
py
Runtime Error
0
0
143
# -*- coding: utf-8 -*- import sys def main(): argNum = int(sys.argv[1]) print(intRes*intRes*intRes) if __name__ == '__main__': main()
s275151138
p02388
u286768184
1476880275
Python
Python3
py
Runtime Error
0
0
158
# -*- coding: utf-8 -*- import sys import math def main(): argNum = int(sys.argv[1]) print(int(math.pow(argNum,3))) if __name__ == '__main__': main()
s757951823
p02388
u286768184
1476880371
Python
Python3
py
Runtime Error
0
0
158
# -*- coding: utf-8 -*- import sys import math def main(): argNum = int(sys.argv[1]) print(int(math.pow(argNum,3))) if __name__ == '__main__': main()
s588598994
p02388
u286768184
1476880493
Python
Python3
py
Runtime Error
0
0
80
import sys import math getNum = int(sys.argv[1]) print(int(math.pow(argNum,3)))
s062004275
p02388
u286768184
1476880657
Python
Python3
py
Runtime Error
0
0
60
import sys argNum = sys.argv[1] print(argNum*argNum*argNum)
s712655534
p02388
u286768184
1476880734
Python
Python3
py
Runtime Error
0
0
29
import sys print(sys.arg[1])
s078613207
p02388
u831244171
1477452403
Python
Python
py
Runtime Error
0
0
95
a = input("x") a = a ** 3 print("{}".format(a)) b = input("y") b = b **3 print("{}".format(b))
s861201310
p02388
u831244171
1477453095
Python
Python
py
Runtime Error
0
0
199
a = input("a") a = a **3 print("{}\n1".format(a)) a = input("a") a = a **3 print("{}\n1".format(a)) a = input("a") a = a **3 print("{}\n1".format(a)) a = input("a") a = a **3 print("{}\n1".format(a))
s493032703
p02388
u831244171
1477469769
Python
Python3
py
Runtime Error
0
0
36
x = input() x = x **3 print(int(x))
s424622271
p02388
u831244171
1477469789
Python
Python3
py
Runtime Error
0
0
35
x = input() x = x **3 print int(x)
s965487783
p02388
u236295012
1477492169
Python
Python3
py
Runtime Error
0
0
28
x = input() print(int(x**3))
s693565404
p02388
u236295012
1477493128
Python
Python3
py
Runtime Error
0
0
100
while True: x = input() if int(x) > 100 or int(x) < 1: continue print(int(x)**3)
s232270891
p02388
u976860528
1477665164
Python
Python3
py
Runtime Error
0
0
30
print(input()*input()*input())
s734265095
p02388
u976860528
1477665191
Python
Python3
py
Runtime Error
0
0
24
x = input() print(x*x*x)
s694963412
p02388
u517118008
1477681862
Python
Python3
py
Runtime Error
0
0
24
x = input(); print(x**3)
s362977665
p02388
u517118008
1477681893
Python
Python3
py
Runtime Error
0
0
26
x = input(); print(x*x*x);
s153297044
p02388
u546285759
1478593838
Python
Python3
py
Runtime Error
0
0
24
x = input() print(x*x*x)
s414381529
p02388
u106285852
1478699824
Python
Python3
py
Runtime Error
0
0
145
import sys arg1 = int(sys.argv[1]) #else: ret = arg1 oldVal = arg1 for cnt in range(arg1-1): ret2 = ret * oldVal ret = ret2 print(ret)
s326559813
p02388
u326248180
1478755365
Python
Python3
py
Runtime Error
0
0
53
import sys num = sys.stdin.readline() print(num**num)
s436724098
p02388
u326248180
1478755402
Python
Python3
py
Runtime Error
0
0
51
import sys num = sys.stdin.readline() print(num**3)
s025540071
p02388
u326248180
1478755445
Python
Python3
py
Runtime Error
0
0
27
num = input() print(num**3)
s855758932
p02388
u326248180
1478755456
Python
Python3
py
Runtime Error
0
0
32
num = input() print(num*num*num)
s784373105
p02388
u854978981
1479040038
Python
Python3
py
Runtime Error
0
0
24
x = input() print(x*x*x)
s303999302
p02388
u509389533
1479392159
Python
Python3
py
Runtime Error
0
0
32
x = input(3) y = x ** 3 print(y)
s750819380
p02388
u509389533
1479443727
Python
Python3
py
Runtime Error
0
0
25
x = input() print(x ** 3)
s418095897
p02388
u433605272
1479886569
Python
Python3
py
Runtime Error
0
0
28
X = input(2) print(X**3)
s460996720
p02388
u433605272
1479886648
Python
Python3
py
Runtime Error
0
0
28
x = input(2) print(x**3)
s929238204
p02388
u433605272
1479887983
Python
Python3
py
Runtime Error
0
0
36
x = input(2) y = x**3 print(y)
s783618942
p02388
u433605272
1479954217
Python
Python3
py
Runtime Error
0
0
35
x = input() y = x**3 print int(y)
s515763621
p02388
u433605272
1479954377
Python
Python3
py
Runtime Error
0
0
32
x=input(2) y = x**3 print(y)
s823928969
p02388
u433605272
1479954692
Python
Python3
py
Runtime Error
0
0
21
x = 2 print(x**3)
s622904858
p02388
u433605272
1479992952
Python
Python3
py
Runtime Error
0
0
17
print input(2)**3
s958551277
p02388
u433605272
1479993024
Python
Python3
py
Runtime Error
0
0
17
print input(2)**3
s281060754
p02388
u104931506
1480177504
Python
Python3
py
Runtime Error
0
0
23
x = input() print(x**3)
s826977349
p02388
u353258800
1480222030
Python
Python3
py
Runtime Error
0
0
115
public class Main{ public static void main(String[] args){ int x = 1; System.out.println(x * x * x); } }
s300208104
p02388
u497195381
1480229508
Python
Python
py
Runtime Error
0
0
29
a = raw_input() print(a*a*a)
s658533501
p02388
u156024720
1480249044
Python
Python3
py
Runtime Error
0
0
238
x = input("1??\???100??\????????´??°?????\?????????????????????: ") if (x < 1) or (x > 100): while (x < 1) and (x > 100): x = input("??????????????\?????????????????????: ") else: num = x * x * x print(num, end="\n")
s738354275
p02388
u156024720
1480249212
Python
Python3
py
Runtime Error
0
0
224
x = input("1??\???100??\????????´??°?????\?????????????????????: ") while (x < 1) and (x > 100): if (x < 1) or (x > 100): x = input("??????????????\?????????????????????: ") num = x * x * x print(num, end="\n")
s578881180
p02388
u156024720
1480249392
Python
Python3
py
Runtime Error
0
0
155
x = input("1??\???100??\????????´??°?????\?????????????????????: ") if (x < 1) or (x > 100): break else: num = x * x * x print(num, end="\n")
s808049823
p02388
u156024720
1480249477
Python
Python3
py
Runtime Error
0
0
106
x = input("1??\???100??\????????´??°?????\?????????????????????: ") num = x * x * x print(num, end="\n")
s448151316
p02388
u388237528
1480262913
Python
Python
py
Runtime Error
0
0
12
print x ** 3
s356187916
p02388
u388237528
1480262997
Python
Python
py
Runtime Error
0
0
10
print x**3
s099511421
p02388
u388237528
1480263115
Python
Python
py
Runtime Error
0
0
6
x ** 3
s229552756
p02388
u388237528
1480263292
Python
Python
py
Runtime Error
0
0
18
y = x ** 3 print y
s541040893
p02388
u388237528
1480302673
Python
Python
py
Runtime Error
0
0
29
x = raw_input () print x ** 3
s203420694
p02388
u388237528
1480302709
Python
Python3
py
Runtime Error
0
0
24
x = input() print (x**3)
s802990679
p02388
u086109305
1480302784
Python
Python
py
Runtime Error
0
0
29
x = gets.to_i x = x**3 puts x
s717733140
p02388
u388237528
1480302800
Python
Python
py
Runtime Error
0
0
22
x = input print x ** 3
s288592871
p02388
u609392892
1480407792
Python
Python
py
Runtime Error
0
0
65
import sys args = sys.argv num = int(args[1]) print num*num*num
s139180870
p02388
u208868545
1480849818
Python
Python3
py
Runtime Error
0
0
117
import sys def main(): for line in sys.stdout: print(int(line.strip())**3) if __name__ == "__main__": main()
s818198521
p02388
u910432023
1480997184
Python
Python3
py
Runtime Error
0
0
23
x = input() print(x**3)
s745168553
p02388
u569672348
1481104610
Python
Python3
py
Runtime Error
0
0
11
print(x**3)
s147232849
p02388
u569672348
1481191654
Python
Python3
py
Runtime Error
0
0
15
a=x**3 print(a)
s596481300
p02388
u569672348
1481191721
Python
Python3
py
Runtime Error
0
0
15
a=x**3 print(a)
s614973841
p02388
u569672348
1481192195
Python
Python3
py
Runtime Error
0
0
20
a=x**3 print(int(a))
s006729720
p02388
u569672348
1481192775
Python
Python3
py
Runtime Error
0
0
15
a=x**3 print(a)