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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
s004962177 | p02388 | u532962080 | 1452049104 | Python | Python | py | Runtime Error | 0 | 0 | 11 | print(x**3) |
s863810330 | p02388 | u824216249 | 1452049122 | Python | Python | py | Runtime Error | 0 | 0 | 11 | print x*x*x |
s325096366 | p02388 | u233232390 | 1452049127 | Python | Python | py | Runtime Error | 0 | 0 | 26 | a = x*x*x
print "%d" & a |
s810715252 | p02388 | u233232390 | 1452049150 | Python | Python | py | Runtime Error | 0 | 0 | 28 | a = x*x*x
print "%d" & (a) |
s036038084 | p02388 | u824216249 | 1452049185 | Python | Python | py | Runtime Error | 0 | 0 | 35 | def x_cube :
A = x*x*x
print A |
s395160529 | p02388 | u834416077 | 1452049221 | Python | Python | py | Runtime Error | 0 | 0 | 17 | x = 3
print x**3: |
s646565230 | p02388 | u834416077 | 1452049257 | Python | Python | py | Runtime Error | 0 | 0 | 23 | int x
x = 3
print x**3 |
s848766000 | p02388 | u233232390 | 1452049297 | Python | Python | py | Runtime Error | 0 | 0 | 11 | repl(x*x*x) |
s149578529 | p02388 | u119456964 | 1452049381 | Python | Python | py | Runtime Error | 0 | 0 | 32 | x = raw_input('x = ')
print x**3 |
s058985668 | p02388 | u119456964 | 1452049420 | Python | Python | py | Runtime Error | 0 | 0 | 26 | x = raw_input()
print x**3 |
s450652796 | p02388 | u119456964 | 1452049869 | Python | Python | py | Runtime Error | 0 | 0 | 23 | x = input()
printf x**3 |
s389081786 | p02388 | u655651061 | 1452076617 | Python | Python | py | Runtime Error | 0 | 0 | 19 | input x
print x**3 |
s039831537 | p02388 | u724923896 | 1452432127 | Python | Python | py | Runtime Error | 0 | 0 | 20 | x = "2"
print x*x*x |
s009229233 | p02388 | u724923896 | 1452432719 | Python | Python | py | Runtime Error | 0 | 0 | 9 | print x^3 |
s536715107 | p02388 | u724923896 | 1452433506 | Python | Python | py | Runtime Error | 0 | 0 | 11 | print x =^3 |
s910192647 | p02388 | u724923896 | 1452433588 | Python | Python | py | Runtime Error | 0 | 0 | 18 | x = 2
print x =^ 3 |
s040397733 | p02388 | u724923896 | 1452433867 | Python | Python | py | Runtime Error | 0 | 0 | 13 | return x =^ 3 |
s344653403 | p02388 | u724923896 | 1452434151 | Python | Python | py | Runtime Error | 0 | 0 | 40 | x = 2
print x =^ 3
x = 3
print x =^ 3 |
s373897725 | p02388 | u724923896 | 1452434424 | Python | Python | py | Runtime Error | 0 | 0 | 12 | print x =^ 3 |
s002235185 | p02388 | u724923896 | 1452434481 | Python | Python | py | Runtime Error | 0 | 0 | 9 | print x^3 |
s874893526 | p02388 | u724923896 | 1452434803 | Python | Python | py | Runtime Error | 0 | 0 | 24 | x = input()
print x =^ 3 |
s326136856 | p02388 | u424209323 | 1452563415 | Python | Python | py | Runtime Error | 0 | 0 | 36 | input_num = raw_input()
print num^3 |
s100637047 | p02388 | u424209323 | 1452563478 | Python | Python | py | Runtime Error | 0 | 0 | 43 | input_num = raw_input()
print input_num**3 |
s568685881 | p02388 | u233232390 | 1452569055 | Python | Python | py | Runtime Error | 0 | 0 | 26 | x = input()
print(x*x*x) |
s791423987 | p02388 | u233232390 | 1452569079 | Python | Python | py | Runtime Error | 0 | 0 | 31 | x = input()
print(int(x*x*x)) |
s332314176 | p02388 | u233232390 | 1452569114 | Python | Python | py | Runtime Error | 0 | 0 | 30 | x = input()
print(int(x)**3) |
s327216196 | p02388 | u233232390 | 1452569155 | Python | Python | py | Runtime Error | 0 | 0 | 32 | x = input()
print(int(x) ** 3) |
s663529913 | p02388 | u233232390 | 1452569212 | Python | Python | py | Runtime Error | 0 | 0 | 30 | x = input()
print(int(x)**3) |
s272628432 | p02388 | u233232390 | 1452569274 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | x = input()
print(int(x)**3) |
s849847046 | p02388 | u233232390 | 1452569357 | Python | Python | py | Runtime Error | 0 | 0 | 30 | x = input()
print(int(x)**3) |
s648451319 | p02388 | u233232390 | 1452569442 | Python | Python | py | Runtime Error | 0 | 0 | 31 | x = input()
print (int(x)**3) |
s295443045 | p02388 | u233232390 | 1452569503 | Python | Python | py | Runtime Error | 0 | 0 | 29 | x = input()
print(int(x)^3) |
s221661434 | p02388 | u233232390 | 1452569528 | Python | Python | py | Runtime Error | 0 | 0 | 41 | x = input()
print(int(x)*int(x)*int(x)) |
s705373356 | p02388 | u233232390 | 1452569741 | Python | Python | py | Runtime Error | 0 | 0 | 35 | x = input()
ans = x**3
print ans |
s581130208 | p02388 | u233232390 | 1452569767 | Python | Python | py | Runtime Error | 0 | 0 | 41 | x = input()
ans = x*x*x
print int(ans) |
s660263709 | p02388 | u233232390 | 1452569790 | Python | Python | py | Runtime Error | 0 | 0 | 40 | x = input()
ans = int(x)**3
print ans |
s400722688 | p02388 | u233232390 | 1452569809 | Python | Python | py | Runtime Error | 0 | 0 | 41 | x = import()
ans = int(x)**3
print ans |
s859309565 | p02388 | u020577611 | 1452606128 | Python | Python | py | Runtime Error | 0 | 0 | 27 | x = input()
pritn str(x**3) |
s932654261 | p02388 | u828153094 | 1452618110 | Python | Python | py | Runtime Error | 0 | 0 | 24 | x = input():
print x^3: |
s909564166 | p02388 | u828153094 | 1452618309 | Python | Python | py | Runtime Error | 0 | 0 | 33 | x=input():
print x^3\n:
return 0: |
s266897812 | p02388 | u828153094 | 1452618633 | Python | Python | py | Runtime Error | 0 | 0 | 20 | x = input
print x^3 |
s890617885 | p02388 | u985628197 | 1453119678 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | n=sys.argv
print(n*n*n) |
s061174075 | p02388 | u985628197 | 1453119805 | Python | Python3 | py | Runtime Error | 0 | 0 | 34 | import sys
n=sys.argv
print(n*n*n) |
s711825196 | p02388 | u985628197 | 1453120086 | Python | Python3 | py | Runtime Error | 0 | 0 | 52 | import sys
n = sys.stdin.readline()
m=n*n*n
print(m) |
s341425600 | p02388 | u985628197 | 1453120552 | Python | Python3 | py | Runtime Error | 0 | 0 | 37 | import sys
n=sys.argv[1]
print(n*n*n) |
s611762447 | p02388 | u834702748 | 1453554747 | Python | Python3 | py | Runtime Error | 0 | 0 | 35 | x = input()
ans = x ** 3
print(ans) |
s045006405 | p02388 | u571918510 | 1453788871 | Python | Python3 | py | Runtime Error | 0 | 0 | 41 | num = int(raw_input())
print(num*num*num) |
s207507415 | p02388 | u790959181 | 1453904140 | Python | Python | py | Runtime Error | 0 | 0 | 14 | print str(x^3) |
s258816461 | p02388 | u790959181 | 1453904149 | Python | Python | py | Runtime Error | 0 | 0 | 16 | print str(x*x*x) |
s076544472 | p02388 | u558826346 | 1454253425 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | a=input()
print a**3 |
s590101948 | p02388 | u775414834 | 1454305696 | Python | Python | py | Runtime Error | 0 | 0 | 42 |
a = int(raw_input())
# ??????
print a*a*a |
s063603645 | p02388 | u436807165 | 1454985708 | Python | Python | py | Runtime Error | 0 | 0 | 10 | print x**3 |
s035790558 | p02388 | u436807165 | 1454985828 | Python | Python | py | Runtime Error | 0 | 0 | 11 | return x**3 |
s863682224 | p02388 | u436807165 | 1454985929 | Python | Python | py | Runtime Error | 0 | 0 | 27 | result = x**3
return result |
s787290596 | p02388 | u436807165 | 1454986058 | Python | Python | py | Runtime Error | 0 | 0 | 26 | x = raw_input()
print x**3 |
s290399296 | p02388 | u436807165 | 1454986145 | Python | Python | py | Runtime Error | 0 | 0 | 26 | x = raw_input()
print x**3 |
s978221456 | p02388 | u436807165 | 1454986182 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x = raw_input()
print x**3 |
s301437941 | p02388 | u436807165 | 1454986319 | Python | Python | py | Runtime Error | 0 | 0 | 26 | x = raw_input
print (x**3) |
s149490721 | p02388 | u436807165 | 1454986365 | Python | Python | py | Runtime Error | 0 | 0 | 28 | x = raw_input()
print (x**3) |
s309723867 | p02388 | u436807165 | 1454986521 | Python | Python | py | Runtime Error | 0 | 0 | 26 | x = raw_input()
print x**3 |
s354945625 | p02388 | u436807165 | 1454986665 | Python | Python | py | Runtime Error | 0 | 0 | 26 | x = raw_input()
print x**3 |
s617125159 | p02388 | u436807165 | 1454986820 | Python | Python | py | Runtime Error | 0 | 0 | 31 | x = raw_input()
print int(x**3) |
s623046574 | p02388 | u397460030 | 1455178724 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x*x*x) |
s182867495 | p02388 | u852112234 | 1455782866 | Python | Python3 | py | Runtime Error | 0 | 0 | 28 | int(i) = input()
print(i**3) |
s588463353 | p02388 | u148101999 | 1456391531 | Python | Python | py | Runtime Error | 0 | 0 | 31 | n = input()
print n**3
print \n |
s192686008 | p02388 | u714578218 | 1457165741 | Python | Python | py | Runtime Error | 0 | 0 | 85 | input_line = input()
input_line_cubic = input_line ** 3
print input_line_cubic + "\n" |
s025600693 | p02388 | u140168530 | 1457344558 | Python | Python3 | py | Runtime Error | 0 | 0 | 38 | def f(x):
return x**3
print "f(x)" |
s139017467 | p02388 | u034426456 | 1457415298 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x ** 3) |
s064797113 | p02388 | u034426456 | 1457415362 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x ** 3) |
s499534350 | p02388 | u034426456 | 1457415930 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x = int(input()
print(x ** 3) |
s793157856 | p02388 | u861301987 | 1457710878 | Python | Python3 | py | Runtime Error | 0 | 0 | 59 | import sys
i = int(sys.argv[1])
i = i * i * i
print str(i) |
s402340126 | p02388 | u861301987 | 1457711115 | Python | Python | py | Runtime Error | 0 | 0 | 81 | #!/usr/bin/env python
import sys
i = int(sys.argv[1])
i = i * i * i
print str(i) |
s597458522 | p02388 | u994049982 | 1458262280 | Python | Python3 | py | Runtime Error | 0 | 0 | 17 | print(input()**3) |
s871738676 | p02388 | u994049982 | 1458262454 | Python | Python3 | py | Runtime Error | 0 | 0 | 10 | input()**3 |
s405044080 | p02388 | u994049982 | 1458262546 | Python | Python3 | py | Runtime Error | 0 | 0 | 19 | raw_int(input())**3 |
s364005437 | p02388 | u994049982 | 1458262938 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | x=input()
print(x**3) |
s525204669 | p02388 | u648595404 | 1458325686 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x **3 ) |
s108432677 | p02388 | u463783070 | 1458569915 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | print x ** 3 |
s089454039 | p02388 | u463783070 | 1458570084 | Python | Python3 | py | Runtime Error | 0 | 0 | 28 | x = raw_input()
print x ** 3 |
s322521046 | p02388 | u463783070 | 1458570329 | Python | Python3 | py | Runtime Error | 0 | 0 | 46 | x = map(int, raw_input().split())
print x ** 3 |
s285741108 | p02388 | u463783070 | 1458570631 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print x ** 3 |
s115283133 | p02388 | u463783070 | 1458570815 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | x = input()
a = x ** 3
print a |
s865354252 | p02388 | u463783070 | 1458571311 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x = input()
print (x ** 3) |
s878978146 | p02388 | u985620151 | 1459296230 | Python | Python | py | Runtime Error | 0 | 0 | 40 | a = int(input())
print("%d"%(a*a*a)) |
s134077724 | p02388 | u985620151 | 1459296250 | Python | Python3 | py | Runtime Error | 0 | 0 | 40 | a = int(input())
print("%d"%(a*a*a)) |
s586744334 | p02388 | u985620151 | 1459296421 | Python | Python | py | Runtime Error | 0 | 0 | 40 | a = int(input())
print("%d"%(a*a*a)) |
s453021193 | p02388 | u402330988 | 1459667135 | Python | Python3 | py | Runtime Error | 0 | 0 | 97 | ''' 3???????????? '''
def sample(x):
return x * x * x
# ??\???
n = input()
print sample(n) |
s437800764 | p02388 | u402330988 | 1459667149 | Python | Python3 | py | Runtime Error | 0 | 0 | 97 | ''' 3???????????? '''
def sample(x):
return x * x * x
# ??\???
n = input()
print sample(n) |
s906570507 | p02388 | u402330988 | 1459667160 | Python | Python3 | py | Runtime Error | 0 | 0 | 97 | ''' 3???????????? '''
def sample(x):
return x * x * x
# ??\???
n = input()
print sample(n) |
s686436992 | p02388 | u402330988 | 1459667340 | Python | Python3 | py | Runtime Error | 0 | 0 | 102 | ''' 3???????????? '''
def sample(x):
return x * x * x
# ??\???
n = input()
print sample(int(n)) |
s372974741 | p02388 | u402330988 | 1459667696 | Python | Python3 | py | Runtime Error | 0 | 0 | 63 | def sample(n)
return n * n * n
n = input()
print sample(n) |
s585221738 | p02388 | u402330988 | 1459667728 | Python | Python3 | py | Runtime Error | 0 | 0 | 64 | def sample(n):
return n * n * n
n = input()
print sample(n) |
s897459534 | p02388 | u402330988 | 1459667749 | Python | Python3 | py | Runtime Error | 0 | 0 | 70 | def sample(n):
return n * n * n
n = input()
x = sample(n)
print x |
s364534942 | p02388 | u402330988 | 1459667787 | Python | Python3 | py | Runtime Error | 0 | 0 | 74 | def sample(n):
return n * n * n
n = row_input()
x = sample(n)
print x |
s944874659 | p02388 | u525685480 | 1460711986 | Python | Python3 | py | Runtime Error | 0 | 0 | 39 | x = input()
Pow = x*x*x
print ("Pow") |
s108961858 | p02388 | u525685480 | 1460712007 | Python | Python3 | py | Runtime Error | 0 | 0 | 37 | x = input()
Pow = x*x*x
print (Pow) |
s774529605 | p02388 | u099155265 | 1460872950 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | print(sys.argv[0] ** 3) |
s749155294 | p02388 | u099155265 | 1460873713 | Python | Python3 | py | Runtime Error | 0 | 0 | 49 | print(int(sys.argv[1]) ** 3)
print("Hello World") |
s737048020 | p02388 | u099155265 | 1460873736 | Python | Python3 | py | Runtime Error | 0 | 0 | 84 | # -*- coding:UTF-8 -*-
import sys
print(int(sys.argv[1]) ** 3)
print("Hello World") |
s860016662 | p02388 | u099155265 | 1460873778 | Python | Python3 | py | Runtime Error | 0 | 0 | 63 | # -*- coding:UTF-8 -*-
import sys
print(int(sys.argv[1]) ** 3) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.