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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
s348419989 | p02388 | u621084859 | 1522312274 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x=int(input())
print((x)4)
|
s003109456 | p02388 | u621084859 | 1522313613 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x=int(input())
print((x)3)
|
s247341050 | p02388 | u621084859 | 1522313910 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | x=input()
print(x*)
|
s469688933 | p02388 | u979385417 | 1522388255 | Python | Python3 | py | Runtime Error | 0 | 0 | 70 | x = input()
ans = x
for i in range(1,3):
ans = ans * x
print ans
|
s529747338 | p02388 | u782670949 | 1522840692 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x = input()
print(x ** 3)
|
s633516876 | p02388 | u782670949 | 1522840841 | Python | Python3 | py | Runtime Error | 0 | 0 | 15 | print(x ** 3)
|
s844443016 | p02388 | u244493040 | 1523182398 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | print(input()**3)
|
s308633923 | p02388 | u605098102 | 1523199942 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | x=input()
y=int(x)
print(x**3)
|
s321720964 | p02388 | u781194524 | 1523327222 | Python | Python3 | py | Runtime Error | 0 | 0 | 6 | X*X*X
|
s601866611 | p02388 | u781194524 | 1523327514 | Python | Python3 | py | Runtime Error | 0 | 0 | 15 | x
print(x*x*x)
|
s818604437 | p02388 | u781194524 | 1523327651 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | x = input()
y = x**3
print(y)
|
s786095716 | p02388 | u781194524 | 1523328827 | Python | Python | py | Runtime Error | 0 | 0 | 76 | x = raw_input()
y = map(x)
a = y[0]
b = y[1]
c = a*b
d = (a+b)*2
print c, d
|
s053963540 | p02388 | u781194524 | 1523328873 | Python | Python3 | py | Runtime Error | 0 | 0 | 88 | x = raw_input().split()
y = map(int,x)
a = y[0]
b = y[1]
c = a*b
d = (a+b)*2
print c, d
|
s656727078 | p02388 | u781194524 | 1523328888 | Python | Python | py | Runtime Error | 0 | 0 | 108 | #coding: UTF-8
x = raw_input().split()
y = map(int,x)
a = y[0]
b = y[1]
c = a*b
d = (a+b)*2
print c, d
|
s114851982 | p02388 | u359372421 | 1523350177 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x = input()
print(x ** 3)
|
s733654792 | p02388 | u359372421 | 1523350280 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x = input("")
print(x ** 3)
|
s898877204 | p02388 | u359372421 | 1523350462 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x**3)
|
s580047470 | p02388 | u398190047 | 1523691166 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | x=input()
print(x**3)
|
s812308436 | p02388 | u165447384 | 1523804371 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x = input()
print( x*x*x)
|
s054290607 | p02388 | u165447384 | 1523804444 | Python | Python3 | py | Runtime Error | 0 | 0 | 36 | x = double( input() )
print( x*x*x)
|
s162034657 | p02388 | u165447384 | 1523804617 | Python | Python3 | py | Runtime Error | 0 | 0 | 34 | x = long( input() )
print( x*x*x)
|
s603929965 | p02388 | u415281611 | 1523868087 | Python | Python | py | Runtime Error | 0 | 0 | 28 | x=raw_input
x*x*x
print(x)
|
s785798281 | p02388 | u415281611 | 1523870326 | Python | Python3 | py | Runtime Error | 0 | 0 | 45 | x=input("please enter number")
print(x*x*x)
|
s387097965 | p02388 | u415281611 | 1523870459 | Python | Python3 | py | Runtime Error | 0 | 0 | 45 | x=input("Please Enter Nunber")
print(x*x*x)
|
s667447252 | p02388 | u876060624 | 1523875247 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | print(input()**3)
|
s849131645 | p02388 | u875523539 | 1523934742 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x*x*x)
|
s267813575 | p02388 | u875523539 | 1523948480 | Python | Python | py | Runtime Error | 0 | 0 | 20 | print(x*x*x)
x=2
|
s426666066 | p02388 | u875523539 | 1523950441 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x = input()
printt(x*x*x)
|
s707408951 | p02388 | u875523539 | 1523950464 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | x = (int)input()
printt(x*x*x)
|
s234057471 | p02388 | u831591800 | 1523954959 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x*x*x)
|
s193171411 | p02388 | u909075105 | 1523964142 | Python | Python | py | Runtime Error | 0 | 0 | 85 | #16D8101023J 久保田凌弥 kubotarouxxx python
x=int(input())
y=x**3
print("y")
|
s213498656 | p02388 | u909075105 | 1523964156 | Python | Python | py | Runtime Error | 0 | 0 | 83 | #16D8101023J 久保田凌弥 kubotarouxxx python
x=int(input())
y=x**3
print(y)
|
s224388416 | p02388 | u909075105 | 1523964206 | Python | Python | py | Runtime Error | 0 | 0 | 85 | #16D8101023J 久保田凌弥 kubotarouxxx python
x=int(input(""))
y=x**3
print(y)
|
s208693351 | p02388 | u909075105 | 1523964222 | Python | Python | py | Runtime Error | 0 | 0 | 86 | # 16D8101023J 久保田凌弥 kubotarouxxx python
x=int(input(""))
y=x**3
print(y)
|
s484176287 | p02388 | u485986915 | 1524129211 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x*x*x)
|
s486721920 | p02388 | u485986915 | 1524129242 | Python | Python3 | py | Runtime Error | 0 | 0 | 17 | y = x^3
print(y)
|
s238138625 | p02388 | u648117624 | 1524153698 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | int x
print(x*x*x)
|
s570752698 | p02388 | u648117624 | 1524153727 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x*x*x)
|
s244284699 | p02388 | u648117624 | 1524153755 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = int x
print(x*x*x)
|
s172152516 | p02388 | u648117624 | 1524153899 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x = input()
print(x*x*x)
|
s871814227 | p02388 | u328199937 | 1524188288 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | a = input()
print(a*a*a)
|
s467510030 | p02388 | u485986915 | 1524213324 | Python | Python3 | py | Runtime Error | 0 | 0 | 36 | if 1<=x<=100 :
s=x*x*x
print(s)
|
s842588715 | p02388 | u485986915 | 1524213423 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | x =(input(x))
s=x*x*x
print(s)
|
s261254242 | p02388 | u485986915 | 1524213609 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x =input()
print(x*x*x)
|
s270216668 | p02388 | u074747865 | 1524471793 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x=int(input()
print(x**3)
|
s033885751 | p02388 | u836133197 | 1524486493 | Python | Python3 | py | Runtime Error | 0 | 0 | 38 | a = input()
print("{}".format(a*a*a))
|
s038857323 | p02388 | u836133197 | 1524486528 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | a = input()
print("%d", a*a*a)
|
s001374657 | p02388 | u836133197 | 1524486558 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | a = input()
a = a*a*a
print(a)
|
s465745439 | p02388 | u533059000 | 1524540424 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | a = input()
print(a*a*a)
|
s700717907 | p02388 | u533059000 | 1524540466 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | a = input()
print(a * a * a)
|
s766621121 | p02388 | u533059000 | 1524540534 | Python | Python3 | py | Runtime Error | 0 | 0 | 28 | x = input()
print(x * x* x)
|
s851635058 | p02388 | u533059000 | 1524540605 | Python | Python3 | py | Runtime Error | 0 | 0 | 33 | a = input()
print(a*a*a)
print()
|
s949430703 | p02388 | u533059000 | 1524541017 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | a = input()
print(a**3)
|
s086716031 | p02388 | u533059000 | 1524541039 | Python | Python3 | py | Runtime Error | 0 | 0 | 34 |
a = input()
print(a**3)
print()
|
s007298926 | p02388 | u533059000 | 1524541124 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | a = 0
a = input()
print(a**3)
|
s379099581 | p02388 | u166841004 | 1524546586 | Python | Python3 | py | Runtime Error | 0 | 0 | 15 | x=2
print x**3
|
s734673888 | p02388 | u166841004 | 1524546958 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x=input()
print(x ** 3)
|
s260337414 | p02388 | u166841004 | 1524546968 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | x=input()
print(x**3)
|
s257611309 | p02388 | u206015646 | 1524612101 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x**3)
|
s633356224 | p02388 | u702242181 | 1524621110 | Python | Python | py | Runtime Error | 0 | 0 | 16 | a=x*x*x
print a
|
s807346881 | p02388 | u702242181 | 1524621284 | Python | Python | py | Runtime Error | 0 | 0 | 30 | x=imput()
y=x**3
print int(y)
|
s842139930 | p02388 | u702242181 | 1524621371 | Python | Python | py | Runtime Error | 0 | 0 | 34 | x=imput()
y=pow(x,3)
print int(y)
|
s746860790 | p02388 | u702242181 | 1524621404 | Python | Python | py | Runtime Error | 0 | 0 | 43 | def main():
x=imput()
y=pow(x,3)
print (y)
|
s183165465 | p02388 | u884342371 | 1524795936 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(X**3)
|
s694894478 | p02388 | u884342371 | 1524795947 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x**3)
|
s803578472 | p02388 | u884342371 | 1524795975 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | x = input()
y = x*x*x
print(y)
|
s510773714 | p02388 | u781194524 | 1524810971 | Python | Python | py | Runtime Error | 0 | 0 | 20 | input()
print(x**3)
|
s404918029 | p02388 | u781194524 | 1524811051 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | input(x)
print(int(x**3))
|
s466842823 | p02388 | u406434162 | 1525072829 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | print(imput()**3)
|
s647900180 | p02388 | u406434162 | 1525072877 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = imput()
print(x*x*x)
|
s990071935 | p02388 | u215335591 | 1525329139 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input
print (x*x*x)
|
s652136831 | p02388 | u215335591 | 1525329161 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x = input
print (x*x*x,"\n")
|
s426495399 | p02388 | u215335591 | 1525329233 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | x = input()
print (x*x*x,"\n")
|
s910544423 | p02388 | u215335591 | 1525329271 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x = input()
print (x*x*x)
|
s590064683 | p02388 | u215335591 | 1525329404 | Python | Python3 | py | Runtime Error | 0 | 0 | 32 | x = input()
y = x*x*x
print (y)
|
s033041109 | p02388 | u215335591 | 1525329434 | Python | Python3 | py | Runtime Error | 0 | 0 | 45 | x = input()
y = x*x*x
print (y)
print ("\n")
|
s314503322 | p02388 | u587821863 | 1525351393 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x**3)
|
s516531505 | p02388 | u979728718 | 1525411341 | Python | Python3 | py | Runtime Error | 0 | 0 | 32 | input = input()
print(input**3)
|
s344624680 | p02388 | u406434162 | 1525426355 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x = import()
print(x ** 3)
|
s284265388 | p02388 | u406434162 | 1525426472 | Python | Python3 | py | Runtime Error | 0 | 0 | 32 | x = int(import())
print(x ** 3)
|
s002751741 | p02388 | u406434162 | 1525426485 | Python | Python3 | py | Runtime Error | 0 | 0 | 34 | x = (int(import()))
print(x ** 3)
|
s487821846 | p02388 | u297826157 | 1526363453 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print x*x*x
|
s729874677 | p02388 | u890641984 | 1526451760 | Python | Python3 | py | Runtime Error | 0 | 0 | 32 | x = int(3)
x^3 = y
print ("y")
|
s076184466 | p02388 | u890641984 | 1526451913 | Python | Python3 | py | Runtime Error | 0 | 0 | 17 | x = 3
print x^3
|
s752164616 | p02388 | u890641984 | 1526452490 | Python | Python3 | py | Runtime Error | 0 | 0 | 36 | x = int(input(3))
x ** 3 = y
print
|
s806971908 | p02388 | u580559697 | 1526525708 | Python | Python3 | py | Runtime Error | 0 | 0 | 38 | for x range(1, 101):
print x ** 2
|
s488951713 | p02388 | u199911712 | 1526553154 | Python | Python3 | py | Runtime Error | 0 | 0 | 50 | x = input().strip()
x = x * x * x
print("%d" % x)
|
s966441060 | p02388 | u527389300 | 1526569348 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x = input
x = x*x*x
print(x)
|
s114927613 | p02388 | u527389300 | 1526569365 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x = input
x = x^3
print(x)
|
s644847128 | p02388 | u527389300 | 1526569393 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x = input()
x = x^3
print(x)
|
s864029761 | p02388 | u527389300 | 1526569402 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | x = input()
x = x*x*x
print(x)
|
s622334075 | p02388 | u904173900 | 1526725638 | Python | Python3 | py | Runtime Error | 0 | 0 | 56 | input(num)
multiple = num * num * num
print(multiple)
|
s050340944 | p02388 | u637927800 | 1526844123 | Python | Python3 | py | Runtime Error | 0 | 0 | 48 | x = input()
if x <= 100 and x>=0:
print(x^3)
|
s838737483 | p02388 | u637927800 | 1526844452 | Python | Python3 | py | Runtime Error | 0 | 0 | 94 | while True:
x = input('x=:')
if x <= 100 and x >= 1:
print(x ** 3)
break
|
s659658737 | p02388 | u637927800 | 1526844839 | Python | Python3 | py | Runtime Error | 0 | 0 | 63 | print(x=input())
if (x <= 100) and (x >= 1):
print(x ** 3)
|
s550155338 | p02388 | u637927800 | 1526844870 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | print(x=input())
print(x ** 3)
|
s407782660 | p02388 | u637927800 | 1526845013 | Python | Python3 | py | Runtime Error | 0 | 0 | 71 | print(x = int(input())
if (x >= 1) and (x <= 100):
print( x ** 3)
|
s671112801 | p02388 | u637927800 | 1526845065 | Python | Python3 | py | Runtime Error | 0 | 0 | 37 | print(x = int(input())
print(x ** 3)
|
s996581497 | p02388 | u098047375 | 1526982764 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x**3)
|
s094975443 | p02388 | u380973049 | 1527059312 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print (x^3)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.