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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
s155463070 | p02388 | u818923713 | 1497506190 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | i = x ** 3
print(i) |
s069339445 | p02388 | u363648401 | 1497506193 | Python | Python3 | py | Runtime Error | 0 | 0 | 17 | print(int("x")*3) |
s015182614 | p02388 | u169794024 | 1497506203 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print (x*3) |
s890977755 | p02388 | u486972540 | 1497506204 | Python | Python3 | py | Runtime Error | 0 | 0 | 4 | x**3 |
s119782778 | p02388 | u721103753 | 1497506217 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | print(input(x) ** 3) |
s908443578 | p02388 | u410114382 | 1497506219 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x**3) |
s960363286 | p02388 | u692161606 | 1497506222 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x **3 ) |
s965920238 | p02388 | u059971171 | 1497506224 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | x = input()
print(x**3) |
s368855038 | p02388 | u911624488 | 1497506224 | Python | Python3 | py | Runtime Error | 0 | 0 | 33 | num = int(input())
print(num**3) |
s213745551 | p02388 | u565553603 | 1497506227 | Python | Python3 | py | Runtime Error | 0 | 0 | 14 | print (x ** 3) |
s201261707 | p02388 | u486972540 | 1497506250 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x = int(input)
print(x**3) |
s005279176 | p02388 | u333596716 | 1497506263 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = int(input)
print x**3 |
s011017726 | p02388 | u831971779 | 1497506279 | Python | Python3 | py | Runtime Error | 0 | 0 | 10 | print(x*3) |
s797682679 | p02388 | u169794024 | 1497506280 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | num=int(x)
print(x*3) |
s159864573 | p02388 | u059971171 | 1497506284 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x**3) |
s479818201 | p02388 | u569585396 | 1497506289 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | print(x * 3) |
s105269714 | p02388 | u818923713 | 1497506317 | Python | Python3 | py | Runtime Error | 0 | 0 | 9 | pow(x, 3) |
s805766996 | p02388 | u478810373 | 1497506320 | Python | Python3 | py | Runtime Error | 0 | 0 | 15 | x=2
print(X**3) |
s856191109 | p02388 | u486972540 | 1497506321 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x**3) |
s687139534 | p02388 | u410114382 | 1497506322 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | print(int('x')**3) |
s958162183 | p02388 | u721103753 | 1497506329 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x ** 3) |
s629244498 | p02388 | u569585396 | 1497506357 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x ** 3) |
s582867030 | p02388 | u323082382 | 1497506373 | Python | Python3 | py | Runtime Error | 0 | 0 | 8 | pow(x,x) |
s911194240 | p02388 | u569585396 | 1497506419 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x ** 3) |
s226600183 | p02388 | u410114382 | 1497506456 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x=int(input):
print(x**3) |
s050307320 | p02388 | u323082382 | 1497506458 | Python | Python3 | py | Runtime Error | 0 | 0 | 8 | pow(x,3) |
s437847461 | p02388 | u698693989 | 1497506509 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x=int(input)
print(x ** 3) |
s499974029 | p02388 | u565553603 | 1497506545 | Python | Python3 | py | Runtime Error | 0 | 0 | 164 | #???????????´??° x ?????????????????§???x ?????????????¨????????????????????????????????????°?????????????????????????????????
x = int(import)
print (x ** 3) |
s661870829 | p02388 | u323082382 | 1497506549 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | pow(int(x),3) |
s758719843 | p02388 | u776018831 | 1497506552 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | x = int (import)
print (x ** 3) |
s138233514 | p02388 | u721103753 | 1497506559 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | int(x) = input()
print(x ** 3) |
s155433927 | p02388 | u923630348 | 1497506560 | Python | Python3 | py | Runtime Error | 0 | 0 | 5 | x * 3 |
s134887452 | p02388 | u169794024 | 1497506562 | Python | Python3 | py | Runtime Error | 0 | 0 | 8 | int(x)*3 |
s462363272 | p02388 | u323082382 | 1497506592 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | print(pow(int(x),3)) |
s138599834 | p02388 | u333596716 | 1497506624 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x = input(int())
print x**3 |
s965812242 | p02388 | u831971779 | 1497506636 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | input (x)
print(x**3) |
s163336019 | p02388 | u027278270 | 1497506637 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | print(pow(int(input(x)))) |
s688164963 | p02388 | u818923713 | 1497506651 | Python | Python3 | py | Runtime Error | 0 | 0 | 32 | x = int(input())
print(x ** 3) |
s230691331 | p02388 | u818923713 | 1497506697 | Python | Python3 | py | Runtime Error | 0 | 0 | 32 | x = int(input())
print(x ** 3) |
s789499747 | p02388 | u818923713 | 1497506750 | Python | Python3 | py | Runtime Error | 0 | 0 | 38 | x = int(input())
print( x ** 3 )
|
s587924868 | p02388 | u565553603 | 1497506870 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | x = int(import())
print x ** 3 |
s449745164 | p02388 | u776018831 | 1497506874 | Python | Python3 | py | Runtime Error | 0 | 0 | 32 | x = int(import())
print (x ** 3) |
s983059589 | p02388 | u698693989 | 1497506876 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | int(input(x))
print(x**3) |
s885977579 | p02388 | u169794024 | 1497506889 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x**3) |
s341707222 | p02388 | u923630348 | 1497507026 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | int(input()
print(x ** 3) |
s451743424 | p02388 | u776018831 | 1497507045 | Python | Python3 | py | Runtime Error | 0 | 0 | 28 | x = int(input)
print(x ** 3) |
s157866129 | p02388 | u565553603 | 1497507052 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x = int(input())
print x ** 3 |
s453737162 | p02388 | u831971779 | 1497507053 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | input (x)
print(x**3) |
s388098793 | p02388 | u565553603 | 1497507108 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = int(input)
print x**3 |
s577890385 | p02388 | u923630348 | 1497507134 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | int(input()
print(x ** 3) |
s882901297 | p02388 | u356019552 | 1497507339 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | ans = x * x * x
print(ans) |
s545638799 | p02388 | u290115150 | 1497508060 | Python | Python3 | py | Runtime Error | 0 | 0 | 35 | x = input()
y = x**3
print int(y) |
s421674473 | p02388 | u323082382 | 1497508946 | Python | Python3 | py | Runtime Error | 0 | 0 | 93 | a,b = [int(x) for x in input().split()] #??????????????§??¶??£?????????
print(a*b,(a+b)*2) |
s074175027 | p02388 | u289756654 | 1497779877 | Python | Python3 | py | Runtime Error | 0 | 0 | 42 | import sys
print( str(sys.argv[1] ** 3) ) |
s073927167 | p02388 | u289756654 | 1497779933 | Python | Python3 | py | Runtime Error | 0 | 0 | 36 | import sys
print(sys.argv[1] ** 3) |
s232578204 | p02388 | u289756654 | 1497780220 | Python | Python3 | py | Runtime Error | 0 | 0 | 42 | import sys
x = sys.argv[1] ** 3
print(x) |
s929459555 | p02388 | u289756654 | 1497780668 | Python | Python3 | py | Runtime Error | 0 | 0 | 41 | import sys
x = sys.argv[1]
print(x*x*x) |
s323135538 | p02388 | u289756654 | 1497780914 | Python | Python | py | Runtime Error | 0 | 0 | 34 | import sys
print sys.argv[1] ** 3 |
s444087261 | p02388 | u289756654 | 1497781131 | Python | Python3 | py | Runtime Error | 0 | 0 | 40 | import sys
print(int(sys.argv[1]) ** 3) |
s680767968 | p02388 | u289756654 | 1497781215 | Python | Python | py | Runtime Error | 0 | 0 | 41 | import sys
print(int(sys.argv[1]) ** 3) |
s630566378 | p02388 | u200401481 | 1497806176 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x*x*x) |
s342529845 | p02388 | u386861275 | 1497888363 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x**3) |
s630209484 | p02388 | u386861275 | 1497888618 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | &x=raw_input()
print(x**3) |
s409044327 | p02388 | u386861275 | 1497888733 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x=raw_input()
print(x**3) |
s462608409 | p02388 | u386861275 | 1497888838 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | x=input()
print(x**3) |
s240502217 | p02388 | u464377021 | 1498028487 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x**3) |
s195807802 | p02388 | u464377021 | 1498028632 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | hoge = input()
print(hoge ** 3) |
s058186061 | p02388 | u464377021 | 1498028918 | Python | Python3 | py | Runtime Error | 0 | 0 | 44 | hoge = input()
huga = hoge ** 3
print(huga) |
s669535127 | p02388 | u464377021 | 1498028926 | Python | Python3 | py | Runtime Error | 0 | 0 | 44 | hoge = input()
huga = hoge ** 3
print(huga) |
s446559832 | p02388 | u464377021 | 1498028935 | Python | Python3 | py | Runtime Error | 0 | 0 | 46 | hoge = input()
huga = hoge ** 3
print(huga) |
s525432598 | p02388 | u464377021 | 1498028940 | Python | Python3 | py | Runtime Error | 0 | 0 | 47 |
hoge = input()
huga = hoge ** 3
print(huga) |
s248608839 | p02388 | u464377021 | 1498029163 | Python | Python3 | py | Runtime Error | 0 | 0 | 44 | kotae = input()
print(kotae * kotae * kotae) |
s512978349 | p02388 | u464377021 | 1498029196 | Python | Python3 | py | Runtime Error | 0 | 0 | 40 | kotae = input()
print(kotae*kotae*kotae) |
s104961082 | p02388 | u464377021 | 1498029388 | Python | Python3 | py | Runtime Error | 0 | 0 | 44 | input_lines = input()
print(input_lines **3) |
s176310181 | p02388 | u079986660 | 1498029860 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print (x*x*x) |
s539719999 | p02388 | u079986660 | 1498029925 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | print (x**3)javascript:void(0) |
s228406599 | p02388 | u079986660 | 1498029932 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | print (x**3) |
s816654174 | p02388 | u486972540 | 1498029980 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x ** 3) |
s723024080 | p02388 | u486972540 | 1498030061 | Python | Python3 | py | Runtime Error | 0 | 0 | 4 | x**3 |
s913799527 | p02388 | u079986660 | 1498030104 | Python | Python3 | py | Runtime Error | 0 | 0 | 10 | print x**3 |
s109168948 | p02388 | u079986660 | 1498030254 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | print 'x**3' |
s284616089 | p02388 | u079986660 | 1498030348 | Python | Python3 | py | Runtime Error | 0 | 0 | 14 | print pow(x,3) |
s343882104 | p02388 | u776018831 | 1498030430 | Python | Python3 | py | Runtime Error | 0 | 0 | 10 | print(x,3) |
s767325171 | p02388 | u079986660 | 1498030549 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | x = int(imput())
print(x ** 3) |
s669689826 | p02388 | u079986660 | 1498030572 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | x = int(input())
print(x ** 3) |
s269147857 | p02388 | u354053070 | 1498245307 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x ** 3) |
s128416558 | p02388 | u420446254 | 1498617466 | Python | Python3 | py | Runtime Error | 0 | 0 | 43 | import numpy as np
x = input()
print(x**3) |
s976071500 | p02388 | u420446254 | 1498617481 | Python | Python3 | py | Runtime Error | 0 | 0 | 55 | import numpy as np
x = input()
print(x**3)
print("\n") |
s187112865 | p02388 | u420446254 | 1498617585 | Python | Python3 | py | Runtime Error | 0 | 0 | 44 | import numpy as np
N = input()
print(N**3) |
s576914889 | p02388 | u420446254 | 1498617622 | Python | Python | py | Runtime Error | 0 | 0 | 42 | import numpy as np
N = input()
print N**3 |
s997218846 | p02388 | u107541424 | 1498643024 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | y = x**3
print (y) |
s181036875 | p02388 | u107541424 | 1498643072 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | y = x**3
print (y) |
s812500465 | p02388 | u107541424 | 1498643869 | Python | Python3 | py | Runtime Error | 0 | 0 | 34 | 1 <= x <= 100
sum = x**3
print sum |
s105963542 | p02388 | u107541424 | 1498644003 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | sum = x **3
print sum |
s988829305 | p02388 | u107541424 | 1498644037 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | print (x**3) |
s321209546 | p02388 | u257897291 | 1498657637 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x**3) |
s240941165 | p02388 | u257897291 | 1498657676 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | x=input()
print(x**3) |
s583438599 | p02388 | u299798926 | 1498794912 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x=input()
print("%d" % x*x*x) |
s852803684 | p02388 | u184989919 | 1499497674 | Python | Python3 | py | Runtime Error | 0 | 0 | 45 | import sys
i = int(raw_input())
print(i**3) |
s339186252 | p02388 | u471400255 | 1499578374 | Python | Python3 | py | Runtime Error | 0 | 0 | 10 | input()**3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.