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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
s378379325 | p02388 | u380973049 | 1527059351 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print (x^3\)
|
s226052111 | p02388 | u380973049 | 1527059945 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x = input()
print (x ** 3)
|
s246781599 | p02388 | u380973049 | 1527059991 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x = input()
print (x ** 3\n)
|
s602907386 | p02388 | u987236471 | 1527154576 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x**3)
|
s350139981 | p02388 | u987236471 | 1527154877 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x>=1 and x<=100
print(x**3)
|
s246937158 | p02388 | u987236471 | 1527157285 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x**3)
|
s938125490 | p02388 | u237094818 | 1527358787 | Python | Python | py | Runtime Error | 0 | 0 | 117 | # -*- coding:utf-8
X = amp(int, raw_input().split())
R = X[0]*X[1]
P = 2*X[0]+2*X[1]
A = str(R)+" "+str(P)
print(A)
|
s170520359 | p02388 | u176580590 | 1527410334 | Python | Python3 | py | Runtime Error | 0 | 0 | 74 | a = int(input("x"))
if 1 <= x <= 100:
print(a**3)
else:
print("error")
|
s301513642 | p02388 | u966110132 | 1527449353 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | a=input()
print a**3
|
s205182587 | p02388 | u966110132 | 1527449427 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x=int(input())
print x**3
|
s272745096 | p02388 | u549319121 | 1527494232 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | x = input()
print(x * x * x)
|
s764497578 | p02388 | u229973939 | 1527507149 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 |
x = input()
print(x ** 3)
|
s405362471 | p02388 | u229973939 | 1527507195 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 |
x = input()
print(x ** 3)
|
s666518215 | p02388 | u229973939 | 1527507304 | Python | Python3 | py | Runtime Error | 0 | 0 | 33 |
x = input()
y = x ** 3
print(y)
|
s506753366 | p02388 | u745214779 | 1527639086 | Python | Python3 | py | Runtime Error | 0 | 0 | 14 | output (x**3)
|
s373029304 | p02388 | u745214779 | 1527639141 | Python | Python3 | py | Runtime Error | 0 | 0 | 5 | x**3
|
s289840112 | p02388 | u745214779 | 1527639201 | Python | Python3 | py | Runtime Error | 0 | 0 | 15 | input (x)
x**3
|
s176000886 | p02388 | u745214779 | 1527639361 | Python | Python3 | py | Runtime Error | 0 | 0 | 17 | x = input()
x**3
|
s725747490 | p02388 | u745214779 | 1527639629 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x**3)
|
s469089457 | p02388 | u378873972 | 1527692310 | Python | Python3 | py | Runtime Error | 0 | 0 | 41 | s = input("")
ans = s * s * s
print(ans)
|
s690240969 | p02388 | u990900604 | 1527766657 | Python | Python | py | Runtime Error | 0 | 0 | 38 | import sys
print int(sys.argv[1])**3
|
s187345504 | p02388 | u990900604 | 1527766736 | Python | Python | py | Runtime Error | 0 | 0 | 42 | import sys
x=int(sys.argv[1])
print x**3
|
s384436304 | p02388 | u990900604 | 1527766967 | Python | Python | py | Runtime Error | 0 | 0 | 43 | import sys
x=int(sys.stdin[0])
print x**3
|
s167010491 | p02388 | u047228785 | 1527999855 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | x = 2
print x ** 3
|
s289349811 | p02388 | u494777951 | 1528012554 | Python | Python3 | py | Runtime Error | 0 | 0 | 36 | import math
print(math.pow(x, 3))
|
s629074064 | p02388 | u494777951 | 1528014968 | Python | Python3 | py | Runtime Error | 0 | 0 | 32 | int(input())
print(x * x * x)
|
s875372849 | p02388 | u000531457 | 1528018764 | Python | Python3 | py | Runtime Error | 0 | 0 | 5 | X**3
|
s844330584 | p02388 | u327546577 | 1528134981 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | print(int(input)**3)
|
s374095542 | p02388 | u929141425 | 1528200321 | Python | Python3 | py | Runtime Error | 0 | 0 | 52 |
x = input('number?')
y = int(x)
print(x**3+ "\n")
|
s099153502 | p02388 | u767368698 | 1528363201 | Python | Python3 | py | Runtime Error | 0 | 0 | 33 | a = raw_input()
print(pow(a, 3))
|
s674329214 | p02388 | u767368698 | 1528363307 | Python | Python3 | py | Runtime Error | 0 | 0 | 38 | a = int(raw_input())
print(pow(a, 3))
|
s690364339 | p02388 | u597483031 | 1528367909 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | print(int(input()**3))
|
s520274184 | p02388 | u609159835 | 1528542001 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | print(x**2)
|
s501153551 | p02388 | u609159835 | 1528542008 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x*x)
|
s172367170 | p02388 | u987236471 | 1528792675 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x**3)
|
s127508605 | p02388 | u987236471 | 1528792789 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x**3)
|
s110893244 | p02388 | u987236471 | 1528800837 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x =input()
print(x**3)
|
s834351358 | p02388 | u420214671 | 1528941221 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x*x*x)
|
s227377830 | p02388 | u624324865 | 1529040644 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x=int(input())
print X**3
|
s678601037 | p02388 | u800780602 | 1529040972 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | x = input()
print(x^3)
|
s709080194 | p02388 | u800780602 | 1529040999 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print(x**3)
|
s826425334 | p02388 | u955389483 | 1529387664 | Python | Python3 | py | Runtime Error | 0 | 0 | 86 | x = input()
for i in range(2):
if i == 0:
y = x
y = x * y
print(y)
|
s036936394 | p02388 | u872428181 | 1529395139 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | num = input()
return num ** 3
|
s367615831 | p02388 | u872428181 | 1529395444 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 | num = input()
print(num ** 3)
|
s986503995 | p02388 | u986523878 | 1529409922 | Python | Python3 | py | Runtime Error | 0 | 0 | 36 | x = imput('>>>')
x = x*x*x
print(x)
|
s807338763 | p02388 | u986523878 | 1529410031 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | x = input('>>>')
print(x*x*x)
|
s954457209 | p02388 | u986523878 | 1529410598 | Python | Python3 | py | Runtime Error | 0 | 0 | 32 | x = imput('#')
print(int(x)**3)
|
s533243464 | p02388 | u986523878 | 1529410824 | Python | Python3 | py | Runtime Error | 0 | 0 | 17 | print(int(x)**3)
|
s591284431 | p02388 | u986523878 | 1529410927 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x = input()
orint(int(x)**3)
|
s914730728 | p02388 | u630270191 | 1529461412 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | input(x)
print(x * x * x)
|
s623601338 | p02388 | u649777480 | 1529746645 | Python | Python | py | Runtime Error | 0 | 0 | 12 | print(x**3)
|
s557766359 | p02388 | u629779621 | 1529957990 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | print(input()**3)
|
s690439224 | p02388 | u272954367 | 1530163277 | Python | Python3 | py | Runtime Error | 0 | 0 | 32 | X=x^3
x=2
print(x)
x=3
print(x)
|
s760381719 | p02388 | u272954367 | 1530163544 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x=x^3
x=input()
print(x)
|
s000642305 | p02388 | u272954367 | 1530163600 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | X=x^3
x=input()
print(X)
|
s256984821 | p02388 | u272954367 | 1530163655 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | X=x*x*x
x=input()
print(X)
|
s733112041 | p02388 | u987236471 | 1530173181 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x**3)
|
s183544139 | p02388 | u987236471 | 1530173326 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | int (x = input()
print(x**3))
|
s056318749 | p02388 | u841945203 | 1530201852 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 |
x = input()
print(x**3)
|
s841893236 | p02388 | u466526478 | 1530336645 | Python | Python3 | py | Runtime Error | 0 | 0 | 64 | def triple(n):
n = n * 3
return n
print(triple(n))
|
s149178380 | p02388 | u466526478 | 1530336663 | Python | Python3 | py | Runtime Error | 0 | 0 | 69 | def triple(n):
n = n * 3
return n
print(int(triple(x)))
|
s916928347 | p02388 | u466526478 | 1530336676 | Python | Python3 | py | Runtime Error | 0 | 0 | 64 | def triple(n):
n = n * 3
return n
print(triple(x))
|
s787616240 | p02388 | u466526478 | 1530336805 | Python | Python3 | py | Runtime Error | 0 | 0 | 121 | def triple(n):
if n >= 1:
if n <= 100:
n = n * 3
return n
print(triple(x))
|
s174561358 | p02388 | u987236471 | 1530338215 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x =input()
print(x**3)
|
s356721726 | p02388 | u987236471 | 1530339688 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x**3)
|
s088793197 | p02388 | u435831485 | 1530359930 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | x=input()
print(x**3)
|
s840046272 | p02388 | u435831485 | 1530361065 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x=input()
y=x**3
print(y)
|
s345877636 | p02388 | u435831485 | 1530361517 | Python | Python3 | py | Runtime Error | 0 | 0 | 46 | x=input()
if x==1 print(1)
else print(x**3)
|
s081168974 | p02388 | u075013193 | 1530441806 | Python | Python3 | py | Runtime Error | 0 | 0 | 93 | while True:
x = input()
if 0<=int(x)<=100:
break
ans=int(x)**3
print(ans\n)
|
s165534924 | p02388 | u956645355 | 1530541366 | Python | Python3 | py | Runtime Error | 0 | 0 | 163 | #include <iostream>
#include <cmath>
using namespace std;
int main() {
int x;
int ans;
cin >> x;
ans = pow(x, 3);
cout << ans << endl;
return 0;
}
|
s740890651 | p02388 | u258445230 | 1530668966 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | s=input()
print(s*s*s)
|
s108588218 | p02388 | u258445230 | 1530669025 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | s=input()
print(s*s*s)
|
s559690782 | p02388 | u258445230 | 1530669257 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | s=input()
print(s**3)
|
s573206827 | p02388 | u258445230 | 1530669278 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | s=input()
a=s**3
print(a)
|
s557143705 | p02388 | u282635979 | 1362229173 | Python | Python | py | Runtime Error | 0 | 0 | 6 | x ** 3 |
s049558404 | p02388 | u282635979 | 1362229347 | Python | Python | py | Runtime Error | 0 | 0 | 17 | a = x**3
print(a) |
s492752947 | p02388 | u413456759 | 1365239219 | Python | Python | py | Runtime Error | 0 | 0 | 34 | x = raw_input("x = ")
print x ** 3 |
s924027816 | p02388 | u912237403 | 1371202990 | Python | Python | py | Runtime Error | 0 | 0 | 39 | for x in raw_input:
print int(x)**3 |
s891691983 | p02388 | u351182591 | 1375190287 | Python | Python | py | Runtime Error | 0 | 0 | 50 | import sys
a = int(sys.argv[1])
b = a ** 3
print b |
s022868176 | p02388 | u351182591 | 1375190519 | Python | Python | py | Runtime Error | 0 | 0 | 50 | import sys
a = int(sys.argv[0])
b = a ** 3
print b |
s209304268 | p02388 | u351182591 | 1375191999 | Python | Python | py | Runtime Error | 0 | 0 | 27 | print int(raw_imput()) ** 3 |
s200742268 | p02388 | u146816547 | 1383374768 | Python | Python | py | Runtime Error | 0 | 0 | 43 | a = map(int,raw_input().split())
print a**3 |
s327579328 | p02388 | u633068244 | 1393312694 | Python | Python | py | Runtime Error | 0 | 0 | 27 | x=input()
print x * x * x\n |
s430153563 | p02388 | u821897729 | 1397204781 | Python | Python | py | Runtime Error | 0 | 0 | 39 | S288C_reference_genome_R64-1-1_20110203 |
s772307396 | p02388 | u971748390 | 1398066138 | Python | Python | py | Runtime Error | 0 | 0 | 40 | i int x,y ;
x=input();
y=x^3 ;
print y ; |
s282749169 | p02388 | u971748390 | 1398066180 | Python | Python | py | Runtime Error | 0 | 0 | 38 | int x,y ;
x=input();
y=x^3 ;
print y ; |
s992466179 | p02388 | u971748390 | 1398066294 | Python | Python | py | Runtime Error | 0 | 0 | 40 | x=input();
y=x*x*x ;
print y ;
return 0; |
s074337608 | p02388 | u881100444 | 1399959429 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | n = input()
print(n**3) |
s123532750 | p02388 | u436634575 | 1400711034 | Python | Python3 | py | Runtime Error | 0 | 0 | 17 | print(input()**3) |
s823247043 | p02388 | u802502925 | 1401179340 | Python | Python3 | py | Runtime Error | 0 | 0 | 76 | import sys
for line in sys.stdin.readlines():
print pow(int(line),3) |
s044427610 | p02388 | u802502925 | 1401179355 | Python | Python3 | py | Runtime Error | 0 | 0 | 76 | import sys
for line in sys.stdin.readlines():
print pow(int(line),3) |
s776699831 | p02388 | u802502925 | 1401179495 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | print(pow(int(raw_input()),3)) |
s966849808 | p02388 | u992434746 | 1401775469 | Python | Python3 | py | Runtime Error | 0 | 0 | 75 | # coding: utf-8
if __name__ == '__main__':
x = input()
print(x ** 3) |
s914241342 | p02388 | u992434746 | 1401775517 | Python | Python3 | py | Runtime Error | 0 | 0 | 82 | # coding: utf-8
if __name__ == '__main__':
x = input()
print(x ** 3 + '\n') |
s741748035 | p02388 | u992434746 | 1401775598 | Python | Python3 | py | Runtime Error | 0 | 0 | 32 | x = input()
print(x ** 3 + '\n') |
s469622184 | p02388 | u992434746 | 1401775611 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x ** 3) |
s169301897 | p02388 | u992434746 | 1401775700 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x = raw_input()
print(x ** 3) |
s844524927 | p02388 | u992434746 | 1401775770 | Python | Python3 | py | Runtime Error | 0 | 0 | 13 | print(x ** 3) |
s656407563 | p02388 | u992434746 | 1401775878 | Python | Python3 | py | Runtime Error | 0 | 0 | 26 | x = input()
print(x ** 3) |
s184203125 | p02388 | u186524656 | 1402031555 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | print (input())**3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.