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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
s827551763 | p02388 | u293957970 | 1541169993 | Python | Python3 | py | Runtime Error | 0 | 0 | 50 | number = 2^3:
return = number
print("number")
|
s091641843 | p02388 | u293957970 | 1541170443 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x = in(input())
print(**3)
|
s451360688 | p02388 | u293957970 | 1541170521 | Python | Python3 | py | Runtime Error | 0 | 0 | 28 | x = int(input())
print(**3)
|
s423542227 | p02388 | u098862429 | 1541215260 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x = input()
print(x*x*x)
|
s960157208 | p02388 | u098862429 | 1541215340 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | x = int(inut())
print(x*x*x)
|
s294248095 | p02388 | u262004823 | 1541237471 | Python | Python | py | Runtime Error | 0 | 0 | 11 | print(x^3)
|
s054056754 | p02388 | u262004823 | 1541237484 | Python | Python | py | Runtime Error | 0 | 0 | 13 | x
print(x^3)
|
s596070130 | p02388 | u262004823 | 1541237636 | Python | Python | py | Runtime Error | 0 | 0 | 17 | x=int
print(x^3)
|
s730902578 | p02388 | u972675635 | 1545530800 | Python | Python3 | py | Runtime Error | 0 | 0 | 135 | #include<iostream>
#include<math.h>
using namespace std;
int main()
{
long int x;
cin >> x;
cout << pow(x,3) << endl;
}
|
s223986925 | p02388 | u316246166 | 1545571417 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | print(input()**3)
|
s738995746 | p02388 | u316246166 | 1545571428 | Python | Python3 | py | Runtime Error | 0 | 0 | 17 | print input()**3
|
s702482989 | p02388 | u316246166 | 1545571451 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | print(input()**3)
|
s199215513 | p02388 | u316246166 | 1545571459 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | print(input()**3)
|
s144271752 | p02388 | u316246166 | 1545571472 | Python | Python3 | py | Runtime Error | 0 | 0 | 19 | print(input()**3)
|
s166964682 | p02388 | u316246166 | 1545571509 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | a = input()
print(x**3)
|
s244004981 | p02388 | u316246166 | 1545571522 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | a = input()
print x**3
|
s340670175 | p02388 | u316246166 | 1545571534 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print x**3
|
s375957902 | p02388 | u316246166 | 1545571577 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x**3)
|
s692429650 | p02388 | u962909487 | 1545811158 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x^3)
|
s031557359 | p02388 | u643542669 | 1545833507 | Python | Python3 | py | Runtime Error | 0 | 0 | 14 | print(x ** 3)
|
s627402686 | p02388 | u643542669 | 1545833597 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | print(input() ** 3)
|
s666185006 | p02388 | u498462680 | 1546085782 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | print(x**3)
|
s668918074 | p02388 | u498462680 | 1546085908 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | x=2
print(x**3\n)
|
s245341873 | p02388 | u498462680 | 1546085994 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | x=input()
print(x*x*x)
|
s259493955 | p02388 | u498462680 | 1546086007 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | x=input()
print(x**3)
|
s237483504 | p02388 | u498462680 | 1546086031 | Python | Python3 | py | Runtime Error | 0 | 0 | 38 | x=input()
result = x**3
print(result)
|
s139106669 | p02388 | u498462680 | 1546086081 | Python | Python3 | py | Runtime Error | 0 | 0 | 42 | x=input()
result = pow(x,3)
print(result)
|
s526870800 | p02388 | u498462680 | 1546086109 | Python | Python3 | py | Runtime Error | 0 | 0 | 37 | x=input()
result = x*x
print(result)
|
s904767906 | p02388 | u489417537 | 1551387213 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | a = input()
print(a ** 3)
|
s809580440 | p02388 | u854556813 | 1551617428 | Python | Python | py | Runtime Error | 0 | 0 | 6 | x*x*x
|
s475311571 | p02388 | u854556813 | 1551617883 | Python | Python | py | Runtime Error | 0 | 0 | 19 | y=int(input(x**3))
|
s541373363 | p02388 | u870970010 | 1555689504 | Python | Python | py | Runtime Error | 0 | 0 | 12 | print(x**3)
|
s037406523 | p02388 | u870970010 | 1555689538 | Python | Python | py | Runtime Error | 0 | 0 | 13 | print(x*x*x)
|
s456366737 | p02388 | u148760118 | 1555764098 | Python | Python3 | py | Runtime Error | 0 | 0 | 54 | num = input("Enter: ")
result = num**3
print(result)
|
s543716779 | p02388 | u967268722 | 1555765670 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | print(input()**3)
|
s095292420 | p02388 | u967268722 | 1555765693 | Python | Python3 | py | Runtime Error | 0 | 0 | 19 | print(input()**3)
|
s544248408 | p02388 | u118601639 | 1555834313 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | N=input()
print(N**3)
|
s900168955 | p02388 | u651717882 | 1555869792 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x = int(imput())
print(x**3)
|
s113703412 | p02388 | u929447360 | 1555909325 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | input(x)
print(x^3)
|
s161283912 | p02388 | u607723579 | 1555909406 | Python | Python3 | py | Runtime Error | 0 | 0 | 35 | x=input()
n=int(x)**3
print(n)
|
s398770575 | p02388 | u816538599 | 1555910077 | Python | Python3 | py | Runtime Error | 0 | 0 | 70 | a, b= map(int, input().split())
c = (a*b)
d = (a+b)*2
print( c, d)
|
s661862768 | p02388 | u706359778 | 1556004911 | Python | Python3 | py | Runtime Error | 0 | 0 | 16 | 1 ≤ x ≤ 100
|
s621127089 | p02388 | u786185744 | 1556156797 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | input=int(x)
x=3
print (x**3)
|
s305975404 | p02388 | u086083717 | 1556157646 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | X = int(input())
print(x**3)
|
s156446113 | p02388 | u146883787 | 1556171708 | Python | Python3 | py | Runtime Error | 0 | 0 | 1774 | #include <iostream>
#include <string>
using namespace std;
class Dice{
public:
int a[7];//-,up,flont,right,left,back,down
void roll(char d);
void rotate(void);
};
void Dice::rotate(void){
int tmp;
tmp=a[2];
a[2]=a[3];
a[3]=a[5];
a[5]=a[4];
a[4]=tmp;
}
void Dice::roll(char d){
int tmp;
if(d=='N'){
tmp=a[1];
a[1]=a[2];
a[2]=a[6];
a[6]=a[5];
a[5]=tmp;
}
else if(d=='S'){
tmp=a[1];
a[1]=a[5];
a[5]=a[6];
a[6]=a[2];
a[2]=tmp;
}
else if(d=='W'){
tmp=a[1];
a[1]=a[3];
a[3]=a[6];
a[6]=a[4];
a[4]=tmp;
}
else if(d=='E'){
tmp=a[1];
a[1]=a[4];
a[4]=a[6];
a[6]=a[3];
a[3]=tmp;
}
}
int main(void){
int i;
int c[6]={};
Dice dice[2];
int t;
int cnt;
bool b;
for(i=1;i<7;i++){
std::cin>>dice[0].a[i];
c[i-1]=dice[0].a[i];
}
for(i=1;i<7;i++){
std::cin>>dice[1].a[i];
b=0;
for(int j=0;j<6;j++){
if(c[j]==dice[1].a[i])b=true;
}
if(b){
continue;
}
else{
cout<<"No"<<endl;
return 0;
}
}
int j,k;
char d[7]="NWWWNN"; //NWWWN
b=0;
for(j=0;j<6;j++){
for(k=0;k<4;k++){
b=1;
for(i=1;i<7;i++){
if(dice[0].a[i]!=dice[1].a[i]){
b=0;
}
}
if(b){
cout<<"Yes"<<endl;
return 0;
}
dice[0].rotate();
}
dice[0].roll(d[j]);
}
cout<<"No"<<endl;
return 0;
}
|
s122579466 | p02388 | u327386274 | 1556359328 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | a = x^3
print(a)
|
s283820363 | p02388 | u327386274 | 1556359365 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x^3)
|
s851929884 | p02388 | u327386274 | 1556359421 | Python | Python3 | py | Runtime Error | 0 | 0 | 4 | x^3
|
s084659416 | p02388 | u327386274 | 1556359614 | Python | Python3 | py | Runtime Error | 0 | 0 | 5 | x**3
|
s937817320 | p02388 | u327386274 | 1556359677 | Python | Python3 | py | Runtime Error | 0 | 0 | 33 | number = int(x)
print(number**3)
|
s587026415 | p02388 | u269254099 | 1556423769 | Python | Python3 | py | Runtime Error | 0 | 0 | 5 | x**3
|
s766840272 | p02388 | u715278210 | 1556592508 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | x = input()
print(x^3)
|
s787166129 | p02388 | u610816226 | 1556622660 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | print(x**3)
|
s272552751 | p02388 | u610816226 | 1556622805 | Python | Python3 | py | Runtime Error | 0 | 0 | 39 | number = input(int())
print(number**3)
|
s567841308 | p02388 | u148760118 | 1558957188 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 |
x = Range(1, 100)
print(x*x)
|
s133550522 | p02388 | u148760118 | 1558957319 | Python | Python3 | py | Runtime Error | 0 | 0 | 41 |
x = input("Enter number: ")
print(x**3)
|
s164445315 | p02388 | u148760118 | 1558957356 | Python | Python3 | py | Runtime Error | 0 | 0 | 28 |
x = input(())
print(x**3)
|
s788343802 | p02388 | u967890409 | 1559004250 | Python | Python3 | py | Runtime Error | 0 | 0 | 52 | import sys
data=sys.stdin.readline()
print(data^3)
|
s879489438 | p02388 | u967890409 | 1559004339 | Python | Python3 | py | Runtime Error | 0 | 0 | 60 | import sys
data=sys.stdin.readline()
print(data*data*data)
|
s857946403 | p02388 | u128955835 | 1559047626 | Python | Python3 | py | Runtime Error | 0 | 0 | 51 | def cube(x):
if x >= 1 and x <=100
return x ** 3
|
s177000804 | p02388 | u128955835 | 1559048427 | Python | Python3 | py | Runtime Error | 0 | 0 | 87 | s=input()
if s.isdecimal() == true:
x = int(s)
if x >=1 and x <=100:
print(x ** 3)
|
s950450721 | p02388 | u966110132 | 1559116783 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | print(input()**2)
|
s331949813 | p02388 | u837878575 | 1559200263 | Python | Python3 | py | Runtime Error | 0 | 0 | 47 | num = int(input())
print("{1}".format(num^3))
|
s136661180 | p02388 | u837878575 | 1559200288 | Python | Python3 | py | Runtime Error | 0 | 0 | 57 | num = int(input())
res = num^3
print("{1}".format(res))
|
s524136881 | p02388 | u837878575 | 1559200314 | Python | Python3 | py | Runtime Error | 0 | 0 | 48 | num = int(input())
print("{1}".format(num**3))
|
s150952618 | p02388 | u837878575 | 1559200333 | Python | Python3 | py | Runtime Error | 0 | 0 | 58 | num = int(input())
res = num**3
print("{1}".format(res))
|
s027186949 | p02388 | u464080148 | 1559336896 | Python | Python3 | py | Runtime Error | 0 | 0 | 39 | a = int(input())
b=a * a *a
output(b)
|
s553903877 | p02388 | u378782793 | 1404036384 | Python | Python | py | Runtime Error | 0 | 0 | 32 | x = raw_input()
print = int(x)^3 |
s303089858 | p02388 | u296492699 | 1404721875 | Python | Python | py | Runtime Error | 0 | 0 | 23 | print(eval(input())**3) |
s755201245 | p02388 | u296492699 | 1404721958 | Python | Python | py | Runtime Error | 0 | 0 | 10 | print x**3 |
s917063207 | p02388 | u579833671 | 1406960980 | Python | Python3 | py | Runtime Error | 0 | 0 | 93 | def main():
n = input()
print(n ** 3)
pass
if __name__ == '__main__':
main() |
s198937168 | p02388 | u579833671 | 1406961033 | Python | Python3 | py | Runtime Error | 0 | 0 | 102 | def main():
n = int(raw_input())
print(n ** 3)
pass
if __name__ == '__main__':
main() |
s630576881 | p02388 | u579833671 | 1406961144 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | n = input()
print(n ** 3) |
s502047330 | p02388 | u579833671 | 1406961175 | Python | Python3 | py | Runtime Error | 0 | 0 | 28 | n = input()
print(n * n * n) |
s551198962 | p02388 | u018580670 | 1409208486 | Python | Python | py | Runtime Error | 0 | 0 | 23 | a=input
b=a*a*a
print a |
s912666738 | p02388 | u018580670 | 1409208728 | Python | Python | py | Runtime Error | 0 | 0 | 29 | a=input()
b=a*a*a
print a"\n" |
s432448626 | p02388 | u018580670 | 1409208846 | Python | Python | py | Runtime Error | 0 | 0 | 27 | a=input()
b=a*a*a
print a\n |
s484899334 | p02388 | u076937067 | 1412828787 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | v = 0
read(v)
print(v ** 3) |
s846794106 | p02388 | u076937067 | 1412829016 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | v=input()
print(v**3) |
s281464685 | p02388 | u076937067 | 1412829891 | Python | Python3 | py | Runtime Error | 0 | 0 | 42 | v=input()
v=int(v)
print(v**i)
print('\n') |
s849038517 | p02388 | u076937067 | 1412830020 | Python | Python3 | py | Runtime Error | 0 | 0 | 35 | v=input()
v=int(v)
print(v**i '\n') |
s241049918 | p02388 | u076937067 | 1412830038 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | v=input()
v=int(v)
print(v**i) |
s577965583 | p02388 | u499005012 | 1413645895 | Python | Python3 | py | Runtime Error | 0 | 0 | 33 | print(float(input()) ** EXPONENT) |
s386739982 | p02388 | u017764209 | 1416396755 | Python | Python | py | Runtime Error | 0 | 0 | 11 | print x*x*x |
s179050315 | p02388 | u017764209 | 1416397234 | Python | Python | py | Runtime Error | 0 | 0 | 27 | x = raw_input()
print x*x*x |
s592504120 | p02388 | u310737167 | 1416672338 | Python | Python3 | py | Runtime Error | 0 | 0 | 17 | print(input()**3) |
s749290557 | p02388 | u181540499 | 1417099422 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | return x*x*x |
s054044381 | p02388 | u181540499 | 1417099695 | Python | Python3 | py | Runtime Error | 0 | 0 | 70 | def Cubic(x):
return x*x*x
if __name__ == '__main__':
Cubic() |
s899774059 | p02388 | u578674365 | 1418266780 | Python | Python | py | Runtime Error | 0 | 0 | 59 | num = int(sys.stdin.readlines())
ans = num ** 3
print ans |
s417894210 | p02388 | u578674365 | 1418268255 | Python | Python | py | Runtime Error | 0 | 0 | 56 | num = int(sys.stdin.readline())
ans = num ** 3
print ans |
s079990096 | p02388 | u481221703 | 1418683964 | Python | Python | py | Runtime Error | 0 | 0 | 21 | x = 3
print y = x**3 |
s170440675 | p02388 | u481221703 | 1418684632 | Python | Python | py | Runtime Error | 0 | 0 | 27 | x = raw_input()
print x**3 |
s867294773 | p02388 | u481221703 | 1418684682 | Python | Python | py | Runtime Error | 0 | 0 | 10 | print x**3 |
s905507978 | p02388 | u481221703 | 1418684718 | Python | Python | py | Runtime Error | 0 | 0 | 41 | x = 0
x = raw_input()
y = x**3
print y |
s093424468 | p02388 | u481221703 | 1418685148 | Python | Python | py | Runtime Error | 0 | 0 | 101 | import sys
if __name__ == '__main__':
x = sys.argv
x = int(x[1])
y = x**3
print y |
s298383390 | p02388 | u481221703 | 1418727200 | Python | Python | py | Runtime Error | 0 | 0 | 73 | import sys
if __name__==__main__
x=sys.argv
print int(x[1])**3 |
s554801284 | p02388 | u481221703 | 1418860631 | Python | Python | py | Runtime Error | 0 | 0 | 101 | import sys
for line in sys.stdin.readlines():
x = map(int, line.strip().split())
print x**3 |
s318621880 | p02388 | u888595898 | 1419859037 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | x = input()
print(pow(x, 3)\n) |
s319036167 | p02388 | u888595898 | 1419859148 | Python | Python3 | py | Runtime Error | 0 | 0 | 35 | x = input()
print(pow(x, 3) + "\n") |
s189145088 | p02388 | u888595898 | 1419859175 | Python | Python3 | py | Runtime Error | 0 | 0 | 41 | x = input()
x = pow(x, 3)
print(x + "\n") |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.