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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
s765475345 | p02388 | u957680575 | 1492184066 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x = input()
y = x**3
print(y) |
s020633775 | p02388 | u244790947 | 1492503714 | Python | Python3 | py | Runtime Error | 0 | 0 | 41 | import sys;
x = sys.argv[1];
print(x^2); |
s770228853 | p02388 | u244790947 | 1492503741 | Python | Python3 | py | Runtime Error | 0 | 0 | 41 | import sys;
x = sys.argv[1];
print(x*x); |
s850614560 | p02388 | u244790947 | 1492503773 | Python | Python3 | py | Runtime Error | 0 | 0 | 41 | import sys;
x = sys.argv[1];
print(x^3); |
s751055267 | p02388 | u244790947 | 1492503876 | Python | Python3 | py | Runtime Error | 0 | 0 | 42 | import sys;
x = sys.argv[1];
print(x**3); |
s063076271 | p02388 | u244790947 | 1492503904 | Python | Python3 | py | Runtime Error | 0 | 0 | 39 | import sys
x = sys.argv[1]
print(x**3) |
s512119263 | p02388 | u244790947 | 1492503975 | Python | Python3 | py | Runtime Error | 0 | 0 | 39 | import sys
x = sys.argv[1]
print(x**3) |
s562431778 | p02388 | u244790947 | 1492504008 | Python | Python3 | py | Runtime Error | 0 | 0 | 40 | import sys;
x = sys.argv[1]
print(x**3) |
s087195521 | p02388 | u628279257 | 1492591846 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x=input()
x=x**3
print(x) |
s998863108 | p02388 | u244790947 | 1492666721 | Python | Python3 | py | Runtime Error | 0 | 0 | 39 | import sys
x = sys.argv[2]
print(x**3) |
s283724896 | p02388 | u244790947 | 1492667100 | Python | Python3 | py | Runtime Error | 0 | 0 | 39 | import sys
x = sys.argv[2]
print(x**3) |
s668488583 | p02388 | u244790947 | 1492667378 | Python | Python3 | py | Runtime Error | 0 | 0 | 39 | import sys
x = sys.argv[1]
print(x**3) |
s998175586 | p02388 | u244790947 | 1492667720 | Python | Python3 | py | Runtime Error | 0 | 0 | 56 | import sys
argc = sys.argv
print(str(int(argc[1])**3)) |
s191084901 | p02388 | u244790947 | 1492668679 | Python | Python3 | py | Runtime Error | 0 | 0 | 74 | import sys
if __name__ == "__main__":
print(str(int(sys.argv[1])**3)) |
s116987010 | p02388 | u350064373 | 1492677552 | Python | Python3 | py | Runtime Error | 0 | 0 | 56 | print(int(input(x???????????\?????????????????????))**3) |
s196884260 | p02388 | u503144441 | 1492757124 | Python | Python | py | Runtime Error | 0 | 0 | 54 | def jo(x):
if 1 <= x <= 100:print(x**3)
jo(x) |
s516533524 | p02388 | u503144441 | 1492757181 | Python | Python3 | py | Runtime Error | 0 | 0 | 54 | def jo(x):
if 1 <= x <= 100:print(x**3)
jo(x) |
s697498895 | p02388 | u772010071 | 1493110042 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | x = input()
print(x^3) |
s273572993 | p02388 | u772010071 | 1493110054 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | x = input()
print(x^3) |
s629920029 | p02388 | u772010071 | 1493110071 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x*x*x) |
s893589558 | p02388 | u645985665 | 1493542780 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x**3) |
s879859278 | p02388 | u645985665 | 1493542846 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | print(x*x*x) |
s985531885 | p02388 | u156182935 | 1493618291 | Python | Python3 | py | Runtime Error | 0 | 0 | 46 | input_line1 = raw_input()
print(input_line1^3) |
s208909798 | p02388 | u040556632 | 1493640086 | Python | Python3 | py | Runtime Error | 0 | 0 | 34 | a =int(intput())
a = a**3
print(a) |
s905486108 | p02388 | u040556632 | 1493640190 | Python | Python3 | py | Runtime Error | 0 | 0 | 34 | a = int(input())
b = b**3
print(b) |
s590972500 | p02388 | u344402305 | 1493692338 | Python | Python3 | py | Runtime Error | 0 | 0 | 16 | print(x * x * x) |
s901839625 | p02388 | u344402305 | 1493692657 | Python | Python3 | py | Runtime Error | 0 | 0 | 28 | x = input()
print(x * x * x) |
s181490835 | p02388 | u213265973 | 1493710403 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x ** 3) |
s395175766 | p02388 | u213265973 | 1493710421 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x ** 3) |
s689250370 | p02388 | u648117624 | 1493877595 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | x = input()
y = x **3
print(y) |
s397314139 | p02388 | u648117624 | 1493877745 | Python | Python3 | py | Runtime Error | 0 | 0 | 34 | x = input()
y = x**3
print(int(y)) |
s967701554 | p02388 | u648117624 | 1493877938 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | print(int(input()**3)) |
s868631078 | p02388 | u648117624 | 1493878008 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | print(int(input()**3)) |
s222749102 | p02388 | u648117624 | 1493878095 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | print(int(input(x)**3)) |
s936189244 | p02388 | u648117624 | 1493881188 | Python | Python3 | py | Runtime Error | 0 | 0 | 16 | print(int(x**3)) |
s220702371 | p02388 | u286033857 | 1493898723 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x**3) |
s334674268 | p02388 | u286033857 | 1493898778 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x**3) |
s150995361 | p02388 | u286033857 | 1493898826 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x**3) |
s798682306 | p02388 | u648117624 | 1493980882 | Python | Python3 | py | Runtime Error | 0 | 0 | 35 | x = input()
y = x**3
print int(y) |
s880030758 | p02388 | u156215655 | 1493998353 | Python | Python3 | py | Runtime Error | 0 | 0 | 51 | a,b = map(int, input().split())
print(a*b, 2*(a+b)) |
s093740082 | p02388 | u156215655 | 1493998433 | Python | Python3 | py | Runtime Error | 0 | 0 | 52 | a, b = map(int, input().split())
print(a*b, 2*(a+b)) |
s332634458 | p02388 | u650790815 | 1494244147 | Python | Python3 | py | Runtime Error | 0 | 0 | 6 | x ** 3 |
s922971218 | p02388 | u767850279 | 1494750738 | Python | Python3 | py | Runtime Error | 0 | 0 | 60 | # coding: utf-8
'''
x ??? 3 ???
'''
aa = input()
print aa**3 |
s487946581 | p02388 | u256678932 | 1495073466 | Python | Python3 | py | Runtime Error | 0 | 0 | 33 | n = raw_input()
print(int(n)**3) |
s483180050 | p02388 | u686209982 | 1495080224 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x = input()
print(x ** 3) |
s671922083 | p02388 | u686209982 | 1495080409 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x**3) |
s926211658 | p02388 | u603049633 | 1495499625 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | x = input()
print(x**3) |
s673032007 | p02388 | u714141025 | 1495671088 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 |
s=input()
print(s*s*s) |
s468749161 | p02388 | u922489088 | 1495788260 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x**3) |
s239872774 | p02388 | u922489088 | 1495788287 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x**3) |
s117003837 | p02388 | u922489088 | 1495788472 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | x=impot()
print(x**3) |
s064706888 | p02388 | u922489088 | 1495788504 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | x = input()
print(x**3) |
s130581616 | p02388 | u024384030 | 1495815767 | Python | Python3 | py | Runtime Error | 0 | 0 | 28 | x = input()
print(x * x * x) |
s962166869 | p02388 | u999594662 | 1496061735 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x = 100
print(x ** 3 + '?\n') |
s755177737 | p02388 | u999594662 | 1496062406 | Python | Python3 | py | Runtime Error | 0 | 0 | 82 | def main():
x = 99
print(x ** 3+'?\n')
if __name__ == "__main"
main() |
s811250235 | p02388 | u999594662 | 1496062527 | Python | Python3 | py | Runtime Error | 0 | 0 | 80 | def main():
int x = 99
print(x ** 3)
if __name__ == "__main"
main() |
s094556321 | p02388 | u999594662 | 1496063076 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | x = input()
print(x**3) |
s907248823 | p02388 | u167404994 | 1496141349 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | print(int(raw_input())**3) |
s123196232 | p02388 | u450231931 | 1496145551 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = imput()
print(x*x*x) |
s971088868 | p02388 | u450231931 | 1496145604 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = imput()
print(x*x*x) |
s462653541 | p02388 | u450231931 | 1496145821 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | x=input()
print(x*x*x) |
s359239734 | p02388 | u450231931 | 1496145908 | Python | Python | py | Runtime Error | 0 | 0 | 24 | x=input()
print(x*x*x\n) |
s976420908 | p02388 | u450231931 | 1496146242 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x=int(imput())
print(x**3) |
s967860241 | p02388 | u156624982 | 1496202635 | Python | Python | py | Runtime Error | 0 | 0 | 30 | num = raw_input()
print num**3 |
s385101049 | p02388 | u156624982 | 1496202740 | Python | Python | py | Runtime Error | 0 | 0 | 30 | num = raw_input()
print num**3 |
s216798681 | p02388 | u431149308 | 1496494529 | Python | Python | py | Runtime Error | 0 | 0 | 3 | x^3 |
s412584778 | p02388 | u025362139 | 1496650197 | Python | Python | py | Runtime Error | 0 | 0 | 16 | int(input(x))**3 |
s866464112 | p02388 | u025362139 | 1496650444 | Python | Python3 | py | Runtime Error | 0 | 0 | 32 | cub = int(input(x))**3
print cub |
s817685947 | p02388 | u025362139 | 1496650457 | Python | Python | py | Runtime Error | 0 | 0 | 32 | cub = int(input(x))**3
print cub |
s262364892 | p02388 | u025362139 | 1496650786 | Python | Python | py | Runtime Error | 0 | 0 | 45 | a = input('x')
b = int('a')
c = b**3
print(c) |
s474041826 | p02388 | u025362139 | 1496650815 | Python | Python | py | Runtime Error | 0 | 0 | 44 | a = input('x')
b = int('a')
c = b**3
print c |
s645960716 | p02388 | u025362139 | 1496650897 | Python | Python | py | Runtime Error | 0 | 0 | 44 | a = input('>')
b = int('a')
c = b**3
print c |
s359717869 | p02388 | u025362139 | 1496650950 | Python | Python | py | Runtime Error | 0 | 0 | 41 | a = input()
b = int('a')
c = b**3
print c |
s900482258 | p02388 | u216229195 | 1496755521 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | x = raw_input()
print(pow(x,3)) |
s387558470 | p02388 | u216229195 | 1496755540 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | x = raw_input()
print(pow(x,3)) |
s200433742 | p02388 | u675844759 | 1496795900 | Python | Python3 | py | Runtime Error | 0 | 0 | 10 | print(x^3) |
s284421560 | p02388 | u675844759 | 1496795999 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | x=input()
print(x^3) |
s432582768 | p02388 | u100370736 | 1496805914 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | a=input()
print a*a*a |
s282197164 | p02388 | u029473859 | 1496920823 | Python | Python | py | Runtime Error | 0 | 0 | 28 | x = raw_input()
print x ** 3 |
s363752152 | p02388 | u029473859 | 1496923200 | Python | Python3 | py | Runtime Error | 0 | 0 | 43 | x = input()
x_int = int(x)
print x_int ** 3 |
s819968744 | p02388 | u423320231 | 1497087219 | Python | Python | py | Runtime Error | 0 | 0 | 21 | x=input
print(x*x*x) |
s873309656 | p02388 | u239524997 | 1497161195 | Python | Python | py | Runtime Error | 0 | 0 | 11 | print(x**3) |
s994138607 | p02388 | u431104056 | 1497359292 | Python | Python3 | py | Runtime Error | 0 | 0 | 42 | #!/usr/bin/python
n = input()
print(n**3) |
s704060070 | p02388 | u431104056 | 1497359326 | Python | Python3 | py | Runtime Error | 0 | 0 | 42 | #!/usr/bin/python
n = input()
print(n**3) |
s767235504 | p02388 | u362440544 | 1497366442 | Python | Python3 | py | Runtime Error | 0 | 0 | 36 | x=int(input())
print (x*x*x) |
s305692128 | p02388 | u876774533 | 1497439593 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | X=input()
Y=X*X*X
print(Y) |
s242829553 | p02388 | u876774533 | 1497439719 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x=input()
y=x*x*x
print(y) |
s482625425 | p02388 | u658089986 | 1497505926 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x**3) |
s714035162 | p02388 | u721103753 | 1497505927 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x**3) |
s849858999 | p02388 | u050103511 | 1497505953 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x ** 3) |
s323642169 | p02388 | u721103753 | 1497506005 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x ** 3) |
s945038607 | p02388 | u333596716 | 1497506066 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x**3) |
s294562895 | p02388 | u831971779 | 1497506092 | Python | Python3 | py | Runtime Error | 0 | 0 | 10 | print(x*3) |
s191298713 | p02388 | u698693989 | 1497506096 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | input(x)
print(x**3) |
s406804723 | p02388 | u410114382 | 1497506113 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | int('x')**3 |
s616336728 | p02388 | u721103753 | 1497506122 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x ** 3) |
s575182300 | p02388 | u050103511 | 1497506137 | Python | Python3 | py | Runtime Error | 0 | 0 | 16 | print(x * x * x) |
s628048770 | p02388 | u410114382 | 1497506165 | Python | Python3 | py | Runtime Error | 0 | 0 | 4 | x**3 |
s077517540 | p02388 | u698693989 | 1497506171 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x=input(int)
print(x**3) |
s487116152 | p02388 | u486972540 | 1497506174 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | x = int(input)
x**3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.