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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
s120361537 | p02388 | u369093003 | 1515071041 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | print(int(input)**3)
|
s904668524 | p02388 | u346997770 | 1515252566 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x*x*x)
|
s720946646 | p02388 | u346997770 | 1515252628 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x = input()
print(x*x*x)
|
s176945090 | p02388 | u346997770 | 1515253009 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input() print(x*x*x)
|
s877096766 | p02388 | u346997770 | 1515253037 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x = int(input()) print(x**3)
|
s144558232 | p02388 | u072855832 | 1515483329 | Python | Python3 | py | Runtime Error | 0 | 0 | 41 | x = input('sample1:')
x = x**3
print(x)
|
s756435905 | p02388 | u072855832 | 1515483551 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 |
x = x**3
print(x)
|
s047864397 | p02388 | u113501470 | 1515512190 | Python | Python3 | py | Runtime Error | 0 | 0 | 47 | def cubic(x):
return x*x*x
print cubic(x)
|
s889818390 | p02388 | u113501470 | 1515512240 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x*x*x)
|
s859298824 | p02388 | u113501470 | 1515512326 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | print(math.pow(x,3))
|
s215052020 | p02388 | u113501470 | 1515512403 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | print(math.pow(x,3))
|
s124032467 | p02388 | u506468108 | 1515589219 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | cube = x*x*x
print(cube)
|
s036758785 | p02388 | u506468108 | 1515589415 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | print("{0}".fomat(x*x*x))
|
s408576713 | p02388 | u179070318 | 1515908232 | Python | Python | py | Runtime Error | 0 | 0 | 6 | =x**3
|
s444179702 | p02388 | u179070318 | 1515908485 | Python | Python | py | Runtime Error | 0 | 0 | 24 | a = input()
return a**3
|
s060876090 | p02388 | u201482750 | 1516074510 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | n=input()
print(n**3)
|
s825539000 | p02388 | u201482750 | 1516074777 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | n=(int)input()
print(n**3)
|
s361045403 | p02388 | u265901776 | 1516104916 | Python | Python3 | py | Runtime Error | 0 | 0 | 16 | print(x ** 3\n)
|
s222489754 | p02388 | u265901776 | 1516104951 | Python | Python3 | py | Runtime Error | 0 | 0 | 14 | print(x ** 3)
|
s996112499 | p02388 | u265901776 | 1516105022 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | print(x ** 3"\n")
|
s692574977 | p02388 | u227984374 | 1516164422 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | int = x
print(x**2)
|
s028262094 | p02388 | u227984374 | 1516164594 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | int = x
y = x**3
print(y)
|
s776595829 | p02388 | u059121893 | 1516203630 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | cube = input()
print(cube**3)
|
s401310345 | p02388 | u884342371 | 1516363490 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x*x*x)
|
s481199659 | p02388 | u242616913 | 1516776608 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | s = input()
print(s**3)
|
s904625754 | p02388 | u242616913 | 1516777135 | Python | Python3 | py | Runtime Error | 0 | 0 | 28 | s = input()
print( s ** 3)
|
s283945339 | p02388 | u294922877 | 1516845853 | Python | Python3 | py | Runtime Error | 0 | 0 | 108 | def get_cubic(x):
return x ** 3
if __name__ == '__main__':
x = int(input())
print(x_cubic(x))
|
s589891111 | p02388 | u294922877 | 1516845870 | Python | Python3 | py | Runtime Error | 0 | 0 | 108 | def get_cubic(x):
return x ** 3
if __name__ == '__main__':
x = int(input())
print(x_cubic(x))
|
s598036754 | p02388 | u562707982 | 1516873713 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x**3)
|
s505396966 | p02388 | u641357568 | 1517117982 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | input(x)
print(x**3)
|
s482874964 | p02388 | u641357568 | 1517118064 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x**3)
|
s350349273 | p02388 | u129532107 | 1517283049 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | a=input()
print(a*a*a)
|
s476035605 | p02388 | u129532107 | 1517283076 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | a=input()
b=a*a*a
print(b)
|
s348578949 | p02388 | u640809202 | 1517655531 | Python | Python3 | py | Runtime Error | 0 | 0 | 17 | print(x * x * x)
|
s058442309 | p02388 | u640809202 | 1517655800 | Python | Python3 | py | Runtime Error | 0 | 0 | 34 | int x = int(input())
print(x*x*x)
|
s049687260 | p02388 | u640809202 | 1517655821 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x*x*x)
|
s192689236 | p02388 | u640809202 | 1517655911 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | x = input()
x = x*x*x
print(x)
|
s184602713 | p02388 | u640809202 | 1517655926 | Python | Python3 | py | Runtime Error | 0 | 0 | 33 | x = input()
x = (x*x*x)
print(x)
|
s840549172 | p02388 | u640809202 | 1517655937 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | x = input()
x = (x^3)
print(x)
|
s432081797 | p02388 | u798565376 | 1517679469 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x**3)
|
s912232591 | p02388 | u798565376 | 1517679533 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x**3)
|
s564332234 | p02388 | u798565376 | 1517679624 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x = input()
print(x ** 3)
|
s870417449 | p02388 | u798565376 | 1517679720 | Python | Python3 | py | Runtime Error | 0 | 0 | 39 | x = input()
cube = x ** 3
print(cube)
|
s568232013 | p02388 | u798565376 | 1517679753 | Python | Python3 | py | Runtime Error | 0 | 0 | 42 | x = input()
cube = x * x * x
print(cube)
|
s446306963 | p02388 | u017047651 | 1517819178 | Python | Python3 | py | Runtime Error | 0 | 0 | 49 |
h1 = int(raw_input())
h1 = h1**3
print( h1 )
|
s621442850 | p02388 | u017047651 | 1517819254 | Python | Python3 | py | Runtime Error | 0 | 0 | 39 |
h1 = int(raw_input())
print( h1**3 )
|
s900680011 | p02388 | u017047651 | 1517819584 | Python | Python3 | py | Runtime Error | 0 | 0 | 95 | for x in range(100):
h1 = int(raw_input())
h1 = h1**3
print( str(h1) + "\r\n")
|
s237546476 | p02388 | u017047651 | 1517820052 | Python | Python3 | py | Runtime Error | 0 | 0 | 76 | h1 = int(raw_input())
h1 = h1**3
print("\r\n")
print( str(h1) + "\r\n")
|
s154587477 | p02388 | u451954092 | 1517992323 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x=input()
x=x**3
print(x)
|
s547424016 | p02388 | u451954092 | 1517992557 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | x=input()
print(x**3)
|
s771957832 | p02388 | u451954092 | 1517992701 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | x=input()
print(x**3)
|
s614736972 | p02388 | u095105751 | 1517992914 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | Print(2**3)
|
s941535003 | p02388 | u722929725 | 1518416496 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x*x*x)
|
s950591984 | p02388 | u974598049 | 1518520818 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(X*X*X)
|
s633835247 | p02388 | u974598049 | 1518521505 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print (X**3)
|
s136573858 | p02388 | u974598049 | 1518521647 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | x = input()
y = x**3
print(y)
|
s471505165 | p02388 | u671760895 | 1518536403 | Python | Python | py | Runtime Error | 0 | 0 | 39 | N = input()
N = pow(N,3)
print(N¥n)
|
s183045516 | p02388 | u671760895 | 1518536450 | Python | Python | py | Runtime Error | 0 | 0 | 51 | N = input()
N = pow(N,3)
N = str(N)
print(N¥n)
|
s272981528 | p02388 | u671760895 | 1518536470 | Python | Python | py | Runtime Error | 0 | 0 | 36 | N = input()
N = N*N*N
print(N¥n)
|
s172607318 | p02388 | u695099631 | 1518845056 | Python | Python | py | Runtime Error | 0 | 0 | 44 | import sys
x = int(sys.argv[1])
print(x**3)
|
s464540749 | p02388 | u695099631 | 1518845086 | Python | Python3 | py | Runtime Error | 0 | 0 | 44 | import sys
x = int(sys.argv[1])
print(x**3)
|
s005077763 | p02388 | u695099631 | 1518845368 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x**3)
|
s801251086 | p02388 | u117140447 | 1518949587 | Python | Python3 | py | Runtime Error | 0 | 0 | 105 | import sys
input_number = int(raw_input())
if __name__ == '__main__':
print(str(input_number ** 3))
|
s761724302 | p02388 | u117140447 | 1518949607 | Python | Python3 | py | Runtime Error | 0 | 0 | 106 | import sys
input_number = int(raw_input())
if __name__ == '__main__':
print(str(input_number ** 3))
|
s255735226 | p02388 | u299231628 | 1519285445 | Python | Python3 | py | Runtime Error | 0 | 0 | 28 | n = int(input())
print(n**)
|
s565886440 | p02388 | u387507798 | 1519354190 | Python | Python3 | py | Runtime Error | 0 | 0 | 47 | print(int(input())*int(input())*int(input()))
|
s542583320 | p02388 | u920652470 | 1519359152 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | a = input()
printb int(a)**3
|
s942931484 | p02388 | u675201332 | 1519360535 | Python | Python3 | py | Runtime Error | 0 | 0 | 158 | # -*- coding: utf-8 -*-
"""
Created on Wed Feb 21 16:06:06 2018
@author: yusei
"""
h1=int(input())
a = h1**3
print (a)
h2=int(input())
b = h2**3
print (b)
|
s558166714 | p02388 | u675201332 | 1519360650 | Python | Python3 | py | Runtime Error | 0 | 0 | 158 | # -*- coding: utf-8 -*-
"""
Created on Wed Feb 21 16:06:06 2018
@author: yusei
"""
h1=int(input())
a = h1**3
print (a)
h2=int(input())
b = h2**3
print (b)
|
s855353313 | p02388 | u005739171 | 1519542395 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | input(x)
print(x*x*x)
|
s879203796 | p02388 | u005739171 | 1519542418 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x*x*x)
|
s322584303 | p02388 | u581154076 | 1519821393 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | print(int(input)**3)
|
s211656773 | p02388 | u865220118 | 1519966109 | Python | Python | py | Runtime Error | 0 | 0 | 35 | x = raw_input()
print (x * x * x)
|
s123402549 | p02388 | u865220118 | 1519966235 | Python | Python | py | Runtime Error | 0 | 0 | 18 | print (pow(x,3))
|
s225192246 | p02388 | u865220118 | 1519966454 | Python | Python | py | Runtime Error | 0 | 0 | 11 | pow(x,3)
|
s341032884 | p02388 | u865220118 | 1519966651 | Python | Python | py | Runtime Error | 0 | 0 | 10 | pow(x,3)
|
s677721853 | p02388 | u592769330 | 1520154958 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | print(x**3)
|
s211495080 | p02388 | u592769330 | 1520155035 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | x=input()
print(x**3)
|
s167138311 | p02388 | u592769330 | 1520155158 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x=input()
print(str(x**3))
|
s603741871 | p02388 | u592769330 | 1520155180 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | a=input()
print(a**3)
|
s065043264 | p02388 | u770401549 | 1520502215 | Python | Python | py | Runtime Error | 0 | 0 | 26 | x = imput()
print x **= 3
|
s592907112 | p02388 | u770401549 | 1520502382 | Python | Python | py | Runtime Error | 0 | 0 | 42 | # coding: UTF-8
x = imput()
print x **= 3
|
s935737220 | p02388 | u770401549 | 1520503516 | Python | Python | py | Runtime Error | 0 | 0 | 24 | x = imput()
print x**3
|
s534681794 | p02388 | u162658314 | 1520580235 | Python | Python3 | py | Runtime Error | 0 | 0 | 5 | x**3
|
s461212739 | p02388 | u162658314 | 1520580689 | Python | Python3 | py | Runtime Error | 0 | 0 | 28 | int x = input()
print(x**3)
|
s349431480 | p02388 | u031205193 | 1520618065 | Python | Python3 | py | Runtime Error | 0 | 0 | 38 | x = int(input( ))
print(x**3)
input()
|
s606893279 | p02388 | u180001441 | 1520781869 | Python | Python | py | Runtime Error | 0 | 0 | 75 | import numpy as np
def main():
x = np.array([1,100])
print(np.cube(x))
|
s937332325 | p02388 | u180001441 | 1520783018 | Python | Python | py | Runtime Error | 0 | 0 | 13 | print x ** 3
|
s560337013 | p02388 | u962469296 | 1521032288 | Python | Python3 | py | Runtime Error | 0 | 0 | 33 | var = input()
print(var*var*var)
|
s109726899 | p02388 | u962469296 | 1521032371 | Python | Python3 | py | Runtime Error | 0 | 0 | 34 | var = input()
print(var*var*var)
|
s421958692 | p02388 | u507758132 | 1521094062 | Python | Python3 | py | Runtime Error | 0 | 0 | 6 | ihlkn
|
s325590794 | p02388 | u507758132 | 1521094141 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 |
x = input()
print (x^3)
|
s376152712 | p02388 | u566311709 | 1521119248 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | print(input() ** 3)
|
s896471710 | p02388 | u489396453 | 1521270183 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x = input()
print(x * x * x)
|
s517488440 | p02388 | u489396453 | 1521270274 | Python | Python3 | py | Runtime Error | 0 | 0 | 41 | x = input()
ans = x * x * x
print(ans)
|
s105045671 | p02388 | u227344542 | 1521447520 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x*x*x)
|
s888187992 | p02388 | u718625247 | 1521730630 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x=(input())
print(x*x*x)
|
s888577528 | p02388 | u865220118 | 1521779219 | Python | Python3 | py | Runtime Error | 0 | 0 | 51 | input = input('>> ')
ans = pow(input,3)
print(ans)
|
s468624983 | p02388 | u002193969 | 1522085850 | Python | Python3 | py | Runtime Error | 0 | 0 | 32 | x = input()
int(x)
print(x**3)
|
s898504031 | p02388 | u002193969 | 1522085947 | Python | Python3 | py | Runtime Error | 0 | 0 | 37 | x = input()
y = int(x)
return(y**3)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.