s_id string | p_id string | u_id string | date string | language string | original_language string | filename_ext string | status string | cpu_time string | memory string | code_size string | code string | error string | stdout string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
s827551763 | p02388 | u293957970 | 1541169993 | Python | Python3 | py | Runtime Error | 0 | 0 | 50 | number = 2^3:
return = number
print("number")
| File "/tmp/tmp5oxirnjp/tmpgiyrob1q.py", line 1
number = 2^3:
^
SyntaxError: invalid syntax
| |
s091641843 | p02388 | u293957970 | 1541170443 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x = in(input())
print(**3)
| File "/tmp/tmpuic87b76/tmpa7hdjy5d.py", line 1
x = in(input())
^^
SyntaxError: invalid syntax
| |
s451360688 | p02388 | u293957970 | 1541170521 | Python | Python3 | py | Runtime Error | 0 | 0 | 28 | x = int(input())
print(**3)
| Traceback (most recent call last):
File "/tmp/tmpod73bctj/tmph1evne_f.py", line 1, in <module>
x = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s423542227 | p02388 | u098862429 | 1541215260 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | x = input()
print(x*x*x)
| Traceback (most recent call last):
File "/tmp/tmpnqmyb7nd/tmp_irg1wij.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s960157208 | p02388 | u098862429 | 1541215340 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | x = int(inut())
print(x*x*x)
| Traceback (most recent call last):
File "/tmp/tmp3a8u105g/tmpvl1rfkiq.py", line 1, in <module>
x = int(inut())
^^^^
NameError: name 'inut' is not defined. Did you mean: 'input'?
| |
s294248095 | p02388 | u262004823 | 1541237471 | Python | Python | py | Runtime Error | 0 | 0 | 11 | print(x^3)
| Traceback (most recent call last):
File "/tmp/tmpmva8153x/tmpes4bf__u.py", line 1, in <module>
print(x^3)
^
NameError: name 'x' is not defined
| |
s054056754 | p02388 | u262004823 | 1541237484 | Python | Python | py | Runtime Error | 0 | 0 | 13 | x
print(x^3)
| Traceback (most recent call last):
File "/tmp/tmp9y_vbqfk/tmp1rv_xmsy.py", line 1, in <module>
x
NameError: name 'x' is not defined
| |
s596070130 | p02388 | u262004823 | 1541237636 | Python | Python | py | Runtime Error | 0 | 0 | 17 | x=int
print(x^3)
| Traceback (most recent call last):
File "/tmp/tmpqn_9jhtu/tmp0kgbyczb.py", line 2, in <module>
print(x^3)
~^~
TypeError: unsupported operand type(s) for ^: 'type' and 'int'
| |
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;
}
| File "/tmp/tmpl5gtdw0p/tmpp9cjsj03.py", line 4
using namespace std;
^^^^^^^^^
SyntaxError: invalid syntax
| |
s223986925 | p02388 | u316246166 | 1545571417 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | print(input()**3)
| Traceback (most recent call last):
File "/tmp/tmp7p7q6jkj/tmp5fp5yr2q.py", line 1, in <module>
print(input()**3)
^^^^^^^
EOFError: EOF when reading a line
| |
s738995746 | p02388 | u316246166 | 1545571428 | Python | Python3 | py | Runtime Error | 0 | 0 | 17 | print input()**3
| File "/tmp/tmpxqv9wif7/tmpcoojn686.py", line 1
print input()**3
^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s702482989 | p02388 | u316246166 | 1545571451 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | print(input()**3)
| Traceback (most recent call last):
File "/tmp/tmpeddoq783/tmp58qaf3wi.py", line 1, in <module>
print(input()**3)
^^^^^^^
EOFError: EOF when reading a line
| |
s199215513 | p02388 | u316246166 | 1545571459 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | print(input()**3)
| Traceback (most recent call last):
File "/tmp/tmparzm7fx7/tmp_ng5zfjs.py", line 1, in <module>
print(input()**3)
^^^^^^^
EOFError: EOF when reading a line
| |
s144271752 | p02388 | u316246166 | 1545571472 | Python | Python3 | py | Runtime Error | 0 | 0 | 19 | print(input()**3)
| Traceback (most recent call last):
File "/tmp/tmprt9s8ao1/tmpljlk0fel.py", line 1, in <module>
print(input()**3)
^^^^^^^
EOFError: EOF when reading a line
| |
s166964682 | p02388 | u316246166 | 1545571509 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | a = input()
print(x**3)
| Traceback (most recent call last):
File "/tmp/tmpcb6m0wzv/tmpaj0m82sp.py", line 1, in <module>
a = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s244004981 | p02388 | u316246166 | 1545571522 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | a = input()
print x**3
| File "/tmp/tmpntqd6l9q/tmpga9ui4k9.py", line 2
print x**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s340670175 | p02388 | u316246166 | 1545571534 | Python | Python3 | py | Runtime Error | 0 | 0 | 24 | x = input()
print x**3
| File "/tmp/tmpq5fhawfs/tmp80gwqmnl.py", line 2
print x**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s375957902 | p02388 | u316246166 | 1545571577 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | x = input()
print(x**3)
| Traceback (most recent call last):
File "/tmp/tmp95hgvhp2/tmp21z8bdhg.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s692429650 | p02388 | u962909487 | 1545811158 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x^3)
| Traceback (most recent call last):
File "/tmp/tmp9hutmhty/tmpp2wpje61.py", line 1, in <module>
print(x^3)
^
NameError: name 'x' is not defined
| |
s031557359 | p02388 | u643542669 | 1545833507 | Python | Python3 | py | Runtime Error | 0 | 0 | 14 | print(x ** 3)
| Traceback (most recent call last):
File "/tmp/tmpqhvvwq8t/tmpn8a3m2km.py", line 1, in <module>
print(x ** 3)
^
NameError: name 'x' is not defined
| |
s627402686 | p02388 | u643542669 | 1545833597 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | print(input() ** 3)
| Traceback (most recent call last):
File "/tmp/tmpfnpzwotg/tmp3curnvbt.py", line 1, in <module>
print(input() ** 3)
^^^^^^^
EOFError: EOF when reading a line
| |
s666185006 | p02388 | u498462680 | 1546085782 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | print(x**3)
| Traceback (most recent call last):
File "/tmp/tmpv6v7yfsw/tmpv0bc67ni.py", line 1, in <module>
print(x**3)
^
NameError: name 'x' is not defined
| |
s668918074 | p02388 | u498462680 | 1546085908 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | x=2
print(x**3\n)
| File "/tmp/tmpfy52ailb/tmp_xinr2__.py", line 2
print(x**3\n)
^
SyntaxError: unexpected character after line continuation character
| |
s245341873 | p02388 | u498462680 | 1546085994 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | x=input()
print(x*x*x)
| Traceback (most recent call last):
File "/tmp/tmpfb_cluhb/tmppnqihvtw.py", line 1, in <module>
x=input()
^^^^^^^
EOFError: EOF when reading a line
| |
s259493955 | p02388 | u498462680 | 1546086007 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | x=input()
print(x**3)
| Traceback (most recent call last):
File "/tmp/tmpd1hawlt2/tmpl74syw9b.py", line 1, in <module>
x=input()
^^^^^^^
EOFError: EOF when reading a line
| |
s237483504 | p02388 | u498462680 | 1546086031 | Python | Python3 | py | Runtime Error | 0 | 0 | 38 | x=input()
result = x**3
print(result)
| Traceback (most recent call last):
File "/tmp/tmph6u348ox/tmpdtld5_v_.py", line 1, in <module>
x=input()
^^^^^^^
EOFError: EOF when reading a line
| |
s139106669 | p02388 | u498462680 | 1546086081 | Python | Python3 | py | Runtime Error | 0 | 0 | 42 | x=input()
result = pow(x,3)
print(result)
| Traceback (most recent call last):
File "/tmp/tmp99qrpvys/tmpn_lh4ov4.py", line 1, in <module>
x=input()
^^^^^^^
EOFError: EOF when reading a line
| |
s526870800 | p02388 | u498462680 | 1546086109 | Python | Python3 | py | Runtime Error | 0 | 0 | 37 | x=input()
result = x*x
print(result)
| Traceback (most recent call last):
File "/tmp/tmpu2v1ntd2/tmpm5c_oiat.py", line 1, in <module>
x=input()
^^^^^^^
EOFError: EOF when reading a line
| |
s904767906 | p02388 | u489417537 | 1551387213 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | a = input()
print(a ** 3)
| Traceback (most recent call last):
File "/tmp/tmpbe9dzpgv/tmpcbbqjo_k.py", line 1, in <module>
a = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s809580440 | p02388 | u854556813 | 1551617428 | Python | Python | py | Runtime Error | 0 | 0 | 6 | x*x*x
| Traceback (most recent call last):
File "/tmp/tmpxsbs3ic4/tmpec86djly.py", line 1, in <module>
x*x*x
^
NameError: name 'x' is not defined
| |
s475311571 | p02388 | u854556813 | 1551617883 | Python | Python | py | Runtime Error | 0 | 0 | 19 | y=int(input(x**3))
| Traceback (most recent call last):
File "/tmp/tmp964hdxxt/tmptdot2lx0.py", line 1, in <module>
y=int(input(x**3))
^
NameError: name 'x' is not defined
| |
s541373363 | p02388 | u870970010 | 1555689504 | Python | Python | py | Runtime Error | 0 | 0 | 12 | print(x**3)
| Traceback (most recent call last):
File "/tmp/tmpd91dxbds/tmp3nkei795.py", line 1, in <module>
print(x**3)
^
NameError: name 'x' is not defined
| |
s037406523 | p02388 | u870970010 | 1555689538 | Python | Python | py | Runtime Error | 0 | 0 | 13 | print(x*x*x)
| Traceback (most recent call last):
File "/tmp/tmp2pv1uyks/tmp_gianpi1.py", line 1, in <module>
print(x*x*x)
^
NameError: name 'x' is not defined
| |
s456366737 | p02388 | u148760118 | 1555764098 | Python | Python3 | py | Runtime Error | 0 | 0 | 54 | num = input("Enter: ")
result = num**3
print(result)
| Traceback (most recent call last):
File "/tmp/tmp_qseo94f/tmpg0lvau9c.py", line 1, in <module>
num = input("Enter: ")
^^^^^^^^^^^^^^^^
EOFError: EOF when reading a line
| Enter: |
s543716779 | p02388 | u967268722 | 1555765670 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | print(input()**3)
| Traceback (most recent call last):
File "/tmp/tmpwv8oaffm/tmp_bib6e70.py", line 1, in <module>
print(input()**3)
^^^^^^^
EOFError: EOF when reading a line
| |
s095292420 | p02388 | u967268722 | 1555765693 | Python | Python3 | py | Runtime Error | 0 | 0 | 19 | print(input()**3)
| Traceback (most recent call last):
File "/tmp/tmpnvqaw4bf/tmpn7ta1dy6.py", line 1, in <module>
print(input()**3)
^^^^^^^
EOFError: EOF when reading a line
| |
s544248408 | p02388 | u118601639 | 1555834313 | Python | Python3 | py | Runtime Error | 0 | 0 | 22 | N=input()
print(N**3)
| Traceback (most recent call last):
File "/tmp/tmpnpu84phu/tmphe2v6isv.py", line 1, in <module>
N=input()
^^^^^^^
EOFError: EOF when reading a line
| |
s900168955 | p02388 | u651717882 | 1555869792 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | x = int(imput())
print(x**3)
| Traceback (most recent call last):
File "/tmp/tmpb_5s69cg/tmp_q8v7459.py", line 1, in <module>
x = int(imput())
^^^^^
NameError: name 'imput' is not defined. Did you mean: 'input'?
| |
s113703412 | p02388 | u929447360 | 1555909325 | Python | Python3 | py | Runtime Error | 0 | 0 | 20 | input(x)
print(x^3)
| Traceback (most recent call last):
File "/tmp/tmpxx0zqgnh/tmp70ium6t2.py", line 1, in <module>
input(x)
^
NameError: name 'x' is not defined
| |
s161283912 | p02388 | u607723579 | 1555909406 | Python | Python3 | py | Runtime Error | 0 | 0 | 35 | x=input()
n=int(x)**3
print(n)
| File "/tmp/tmpoucuuf0e/tmpn8ihwmzv.py", line 4
^
SyntaxError: invalid non-printable character U+200B
| |
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)
| Traceback (most recent call last):
File "/tmp/tmp_5d4eoqf/tmpt2z35228.py", line 1, in <module>
a, b= map(int, input().split())
^^^^^^^
EOFError: EOF when reading a line
| |
s661862768 | p02388 | u706359778 | 1556004911 | Python | Python3 | py | Runtime Error | 0 | 0 | 16 | 1 ≤ x ≤ 100
| File "/tmp/tmprfj0nbys/tmp1n0kokz7.py", line 1
1 ≤ x ≤ 100
^
SyntaxError: invalid character '≤' (U+2264)
| |
s621127089 | p02388 | u786185744 | 1556156797 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | input=int(x)
x=3
print (x**3)
| Traceback (most recent call last):
File "/tmp/tmpi3uqaw12/tmpc_yo0yfd.py", line 1, in <module>
input=int(x)
^
NameError: name 'x' is not defined
| |
s305975404 | p02388 | u086083717 | 1556157646 | Python | Python3 | py | Runtime Error | 0 | 0 | 29 | X = int(input())
print(x**3)
| Traceback (most recent call last):
File "/tmp/tmpw1lw3pwh/tmpot5qut1j.py", line 1, in <module>
X = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
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;
}
| File "/tmp/tmpgi_d0n7_/tmprzxy9jmx.py", line 3
using namespace std;
^^^^^^^^^
SyntaxError: invalid syntax
| |
s122579466 | p02388 | u327386274 | 1556359328 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | a = x^3
print(a)
| Traceback (most recent call last):
File "/tmp/tmpgsumhc_7/tmp1wq2whrs.py", line 1, in <module>
a = x^3
^
NameError: name 'x' is not defined
| |
s283820363 | p02388 | u327386274 | 1556359365 | Python | Python3 | py | Runtime Error | 0 | 0 | 11 | print(x^3)
| Traceback (most recent call last):
File "/tmp/tmpuxgyzp6t/tmpx9xmj3yp.py", line 1, in <module>
print(x^3)
^
NameError: name 'x' is not defined
| |
s851929884 | p02388 | u327386274 | 1556359421 | Python | Python3 | py | Runtime Error | 0 | 0 | 4 | x^3
| Traceback (most recent call last):
File "/tmp/tmpmi3x77v4/tmpofr2y_sg.py", line 1, in <module>
x^3
^
NameError: name 'x' is not defined
| |
s084659416 | p02388 | u327386274 | 1556359614 | Python | Python3 | py | Runtime Error | 0 | 0 | 5 | x**3
| Traceback (most recent call last):
File "/tmp/tmp_9a4116z/tmpfrk29sdp.py", line 1, in <module>
x**3
^
NameError: name 'x' is not defined
| |
s937817320 | p02388 | u327386274 | 1556359677 | Python | Python3 | py | Runtime Error | 0 | 0 | 33 | number = int(x)
print(number**3)
| Traceback (most recent call last):
File "/tmp/tmpdzcc7jnd/tmpajb9w6l1.py", line 1, in <module>
number = int(x)
^
NameError: name 'x' is not defined
| |
s587026415 | p02388 | u269254099 | 1556423769 | Python | Python3 | py | Runtime Error | 0 | 0 | 5 | x**3
| Traceback (most recent call last):
File "/tmp/tmpvbwuspx7/tmp9ou3fhep.py", line 1, in <module>
x**3
^
NameError: name 'x' is not defined
| |
s766840272 | p02388 | u715278210 | 1556592508 | Python | Python3 | py | Runtime Error | 0 | 0 | 23 | x = input()
print(x^3)
| Traceback (most recent call last):
File "/tmp/tmp7ds7r90s/tmp3ocscd_6.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s787166129 | p02388 | u610816226 | 1556622660 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | print(x**3)
| Traceback (most recent call last):
File "/tmp/tmpk9gaovg2/tmpniiqxg7a.py", line 1, in <module>
print(x**3)
^
NameError: name 'x' is not defined
| |
s272552751 | p02388 | u610816226 | 1556622805 | Python | Python3 | py | Runtime Error | 0 | 0 | 39 | number = input(int())
print(number**3)
| Traceback (most recent call last):
File "/tmp/tmplp114gzm/tmpm06_ltj2.py", line 1, in <module>
number = input(int())
^^^^^^^^^^^^
EOFError: EOF when reading a line
| 0 |
s567841308 | p02388 | u148760118 | 1558957188 | Python | Python3 | py | Runtime Error | 0 | 0 | 31 |
x = Range(1, 100)
print(x*x)
| Traceback (most recent call last):
File "/tmp/tmpkayr28a0/tmpo6iub9nj.py", line 2, in <module>
x = Range(1, 100)
^^^^^
NameError: name 'Range' is not defined. Did you mean: 'range'?
| |
s133550522 | p02388 | u148760118 | 1558957319 | Python | Python3 | py | Runtime Error | 0 | 0 | 41 |
x = input("Enter number: ")
print(x**3)
| Traceback (most recent call last):
File "/tmp/tmpbd_5y9gm/tmpn2txjbmf.py", line 2, in <module>
x = input("Enter number: ")
^^^^^^^^^^^^^^^^^^^^^^^
EOFError: EOF when reading a line
| Enter number: |
s164445315 | p02388 | u148760118 | 1558957356 | Python | Python3 | py | Runtime Error | 0 | 0 | 28 |
x = input(())
print(x**3)
| Traceback (most recent call last):
File "/tmp/tmp1eov_osj/tmpynwr3vw1.py", line 2, in <module>
x = input(())
^^^^^^^^^
EOFError: EOF when reading a line
| () |
s788343802 | p02388 | u967890409 | 1559004250 | Python | Python3 | py | Runtime Error | 0 | 0 | 52 | import sys
data=sys.stdin.readline()
print(data^3)
| Traceback (most recent call last):
File "/tmp/tmp80vo63ni/tmpdtev6m7w.py", line 4, in <module>
print(data^3)
~~~~^~
TypeError: unsupported operand type(s) for ^: 'str' and 'int'
| |
s879489438 | p02388 | u967890409 | 1559004339 | Python | Python3 | py | Runtime Error | 0 | 0 | 60 | import sys
data=sys.stdin.readline()
print(data*data*data)
| Traceback (most recent call last):
File "/tmp/tmpxidhfqyc/tmp6svf_sj1.py", line 4, in <module>
print(data*data*data)
~~~~^~~~~
TypeError: can't multiply sequence by non-int of type 'str'
| |
s857946403 | p02388 | u128955835 | 1559047626 | Python | Python3 | py | Runtime Error | 0 | 0 | 51 | def cube(x):
if x >= 1 and x <=100
return x ** 3
| File "/tmp/tmppg5kvzzf/tmp1_4a4ikq.py", line 2
if x >= 1 and x <=100
^
SyntaxError: expected ':'
| |
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)
| Traceback (most recent call last):
File "/tmp/tmpe7xvbwt4/tmp71swqvlu.py", line 1, in <module>
s=input()
^^^^^^^
EOFError: EOF when reading a line
| |
s950450721 | p02388 | u966110132 | 1559116783 | Python | Python3 | py | Runtime Error | 0 | 0 | 18 | print(input()**2)
| Traceback (most recent call last):
File "/tmp/tmpfy_wolu6/tmpafyogw3q.py", line 1, in <module>
print(input()**2)
^^^^^^^
EOFError: EOF when reading a line
| |
s331949813 | p02388 | u837878575 | 1559200263 | Python | Python3 | py | Runtime Error | 0 | 0 | 47 | num = int(input())
print("{1}".format(num^3))
| Traceback (most recent call last):
File "/tmp/tmp_7cu5k73/tmpqffkxrwd.py", line 1, in <module>
num = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s136661180 | p02388 | u837878575 | 1559200288 | Python | Python3 | py | Runtime Error | 0 | 0 | 57 | num = int(input())
res = num^3
print("{1}".format(res))
| Traceback (most recent call last):
File "/tmp/tmpztzly6qd/tmprjbn653o.py", line 1, in <module>
num = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s524136881 | p02388 | u837878575 | 1559200314 | Python | Python3 | py | Runtime Error | 0 | 0 | 48 | num = int(input())
print("{1}".format(num**3))
| Traceback (most recent call last):
File "/tmp/tmpgy9valyn/tmplrgr5xhe.py", line 1, in <module>
num = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s150952618 | p02388 | u837878575 | 1559200333 | Python | Python3 | py | Runtime Error | 0 | 0 | 58 | num = int(input())
res = num**3
print("{1}".format(res))
| Traceback (most recent call last):
File "/tmp/tmpirn7w6j9/tmpaxraospb.py", line 1, in <module>
num = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s027186949 | p02388 | u464080148 | 1559336896 | Python | Python3 | py | Runtime Error | 0 | 0 | 39 | a = int(input())
b=a * a *a
output(b)
| Traceback (most recent call last):
File "/tmp/tmpp1mvegjx/tmp3rv5yj0m.py", line 1, in <module>
a = int(input())
^^^^^^^
EOFError: EOF when reading a line
| |
s553903877 | p02388 | u378782793 | 1404036384 | Python | Python | py | Runtime Error | 0 | 0 | 32 | x = raw_input()
print = int(x)^3 | Traceback (most recent call last):
File "/tmp/tmpbjrdy2kl/tmpy_asqump.py", line 1, in <module>
x = raw_input()
^^^^^^^^^
NameError: name 'raw_input' is not defined
| |
s303089858 | p02388 | u296492699 | 1404721875 | Python | Python | py | Runtime Error | 0 | 0 | 23 | print(eval(input())**3) | Traceback (most recent call last):
File "/tmp/tmpdhvrmkk7/tmp0pnhzdo_.py", line 1, in <module>
print(eval(input())**3)
^^^^^^^
EOFError: EOF when reading a line
| |
s755201245 | p02388 | u296492699 | 1404721958 | Python | Python | py | Runtime Error | 0 | 0 | 10 | print x**3 | File "/tmp/tmpcfmlbuai/tmph0tklz5c.py", line 1
print x**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s917063207 | p02388 | u579833671 | 1406960980 | Python | Python3 | py | Runtime Error | 0 | 0 | 93 | def main():
n = input()
print(n ** 3)
pass
if __name__ == '__main__':
main() | Traceback (most recent call last):
File "/tmp/tmp8x1kzrd7/tmpzbqfugh0.py", line 7, in <module>
main()
File "/tmp/tmp8x1kzrd7/tmpzbqfugh0.py", line 2, in main
n = input()
^^^^^^^
EOFError: EOF when reading a line
| |
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() | Traceback (most recent call last):
File "/tmp/tmpdtgx3ovn/tmpd1hi051t.py", line 7, in <module>
main()
File "/tmp/tmpdtgx3ovn/tmpd1hi051t.py", line 2, in main
n = int(raw_input())
^^^^^^^^^
NameError: name 'raw_input' is not defined
| |
s630576881 | p02388 | u579833671 | 1406961144 | Python | Python3 | py | Runtime Error | 0 | 0 | 25 | n = input()
print(n ** 3) | Traceback (most recent call last):
File "/tmp/tmpqam0bonp/tmp8ko78cs3.py", line 1, in <module>
n = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s502047330 | p02388 | u579833671 | 1406961175 | Python | Python3 | py | Runtime Error | 0 | 0 | 28 | n = input()
print(n * n * n) | Traceback (most recent call last):
File "/tmp/tmp2wfcmtk3/tmprwdx6e18.py", line 1, in <module>
n = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s551198962 | p02388 | u018580670 | 1409208486 | Python | Python | py | Runtime Error | 0 | 0 | 23 | a=input
b=a*a*a
print a | File "/tmp/tmppylm6lom/tmpl_ucx0x9.py", line 3
print a
^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s912666738 | p02388 | u018580670 | 1409208728 | Python | Python | py | Runtime Error | 0 | 0 | 29 | a=input()
b=a*a*a
print a"\n" | File "/tmp/tmpc7mt36f9/tmp6g5sfg8m.py", line 3
print a"\n"
^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s432448626 | p02388 | u018580670 | 1409208846 | Python | Python | py | Runtime Error | 0 | 0 | 27 | a=input()
b=a*a*a
print a\n | File "/tmp/tmplvijhbqv/tmpkuzr1pe6.py", line 3
print a\n
^
SyntaxError: unexpected character after line continuation character
| |
s484899334 | p02388 | u076937067 | 1412828787 | Python | Python3 | py | Runtime Error | 0 | 0 | 27 | v = 0
read(v)
print(v ** 3) | Traceback (most recent call last):
File "/tmp/tmppnj6ejuj/tmpibjpd3w7.py", line 2, in <module>
read(v)
^^^^
NameError: name 'read' is not defined
| |
s846794106 | p02388 | u076937067 | 1412829016 | Python | Python3 | py | Runtime Error | 0 | 0 | 21 | v=input()
print(v**3) | Traceback (most recent call last):
File "/tmp/tmp05g2who4/tmpdzb25hyr.py", line 1, in <module>
v=input()
^^^^^^^
EOFError: EOF when reading a line
| |
s281464685 | p02388 | u076937067 | 1412829891 | Python | Python3 | py | Runtime Error | 0 | 0 | 42 | v=input()
v=int(v)
print(v**i)
print('\n') | Traceback (most recent call last):
File "/tmp/tmpnj3ebqi9/tmp8kqgwb4d.py", line 1, in <module>
v=input()
^^^^^^^
EOFError: EOF when reading a line
| |
s849038517 | p02388 | u076937067 | 1412830020 | Python | Python3 | py | Runtime Error | 0 | 0 | 35 | v=input()
v=int(v)
print(v**i '\n') | File "/tmp/tmp2us3o6is/tmpefis30l5.py", line 3
print(v**i '\n')
^^^^^^^^^
SyntaxError: invalid syntax. Perhaps you forgot a comma?
| |
s241049918 | p02388 | u076937067 | 1412830038 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | v=input()
v=int(v)
print(v**i) | Traceback (most recent call last):
File "/tmp/tmpbtsi96gw/tmpy1ts66_b.py", line 1, in <module>
v=input()
^^^^^^^
EOFError: EOF when reading a line
| |
s577965583 | p02388 | u499005012 | 1413645895 | Python | Python3 | py | Runtime Error | 0 | 0 | 33 | print(float(input()) ** EXPONENT) | Traceback (most recent call last):
File "/tmp/tmp6rkse09n/tmpt6va2zcx.py", line 1, in <module>
print(float(input()) ** EXPONENT)
^^^^^^^
EOFError: EOF when reading a line
| |
s386739982 | p02388 | u017764209 | 1416396755 | Python | Python | py | Runtime Error | 0 | 0 | 11 | print x*x*x | File "/tmp/tmp53i2zdew/tmprtj639ot.py", line 1
print x*x*x
^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s179050315 | p02388 | u017764209 | 1416397234 | Python | Python | py | Runtime Error | 0 | 0 | 27 | x = raw_input()
print x*x*x | File "/tmp/tmp2uvwybh6/tmpsixcougb.py", line 2
print x*x*x
^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s592504120 | p02388 | u310737167 | 1416672338 | Python | Python3 | py | Runtime Error | 0 | 0 | 17 | print(input()**3) | Traceback (most recent call last):
File "/tmp/tmp2u1j9wz_/tmpdz6o3zq4.py", line 1, in <module>
print(input()**3)
^^^^^^^
EOFError: EOF when reading a line
| |
s749290557 | p02388 | u181540499 | 1417099422 | Python | Python3 | py | Runtime Error | 0 | 0 | 12 | return x*x*x | File "/tmp/tmplxjuj1qo/tmpv154vff6.py", line 1
return x*x*x
^^^^^^^^^^^^
SyntaxError: 'return' outside function
| |
s054044381 | p02388 | u181540499 | 1417099695 | Python | Python3 | py | Runtime Error | 0 | 0 | 70 | def Cubic(x):
return x*x*x
if __name__ == '__main__':
Cubic() | Traceback (most recent call last):
File "/tmp/tmp2hudy5he/tmp4kd5ic9m.py", line 5, in <module>
Cubic()
TypeError: Cubic() missing 1 required positional argument: 'x'
| |
s899774059 | p02388 | u578674365 | 1418266780 | Python | Python | py | Runtime Error | 0 | 0 | 59 | num = int(sys.stdin.readlines())
ans = num ** 3
print ans | File "/tmp/tmp89h9s79e/tmpn_jnqmk1.py", line 2
ans = num ** 3
^
SyntaxError: invalid non-printable character U+3000
| |
s417894210 | p02388 | u578674365 | 1418268255 | Python | Python | py | Runtime Error | 0 | 0 | 56 | num = int(sys.stdin.readline())
ans = num ** 3
print ans | File "/tmp/tmpmo7svnza/tmpbwcwosbx.py", line 3
print ans
^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s079990096 | p02388 | u481221703 | 1418683964 | Python | Python | py | Runtime Error | 0 | 0 | 21 | x = 3
print y = x**3 | File "/tmp/tmpx6_71700/tmpf4g9basb.py", line 3
print y = x**3
^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s170440675 | p02388 | u481221703 | 1418684632 | Python | Python | py | Runtime Error | 0 | 0 | 27 | x = raw_input()
print x**3 | File "/tmp/tmpaxkgoe9v/tmph_d6bjtb.py", line 3
print x**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s867294773 | p02388 | u481221703 | 1418684682 | Python | Python | py | Runtime Error | 0 | 0 | 10 | print x**3 | File "/tmp/tmpgf2uafto/tmpmg5gwi5q.py", line 1
print x**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s905507978 | p02388 | u481221703 | 1418684718 | Python | Python | py | Runtime Error | 0 | 0 | 41 | x = 0
x = raw_input()
y = x**3
print y | File "/tmp/tmpslb8u8hr/tmpn_7m81y6.py", line 7
print y
^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
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 | File "/tmp/tmpg2vswe7p/tmpju7axv7g.py", line 10
print y
^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
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 | File "/tmp/tmpjwnaxaeq/tmpvvw4b9rc.py", line 3
if __name__==__main__
^
SyntaxError: expected ':'
| |
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 | File "/tmp/tmprdw6nx7m/tmp2lgdhb8e.py", line 6
print x**3
^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| |
s318621880 | p02388 | u888595898 | 1419859037 | Python | Python3 | py | Runtime Error | 0 | 0 | 30 | x = input()
print(pow(x, 3)\n) | File "/tmp/tmpm634vdd4/tmpec1g2183.py", line 2
print(pow(x, 3)\n)
^
SyntaxError: unexpected character after line continuation character
| |
s319036167 | p02388 | u888595898 | 1419859148 | Python | Python3 | py | Runtime Error | 0 | 0 | 35 | x = input()
print(pow(x, 3) + "\n") | Traceback (most recent call last):
File "/tmp/tmpuiq87qz8/tmp0xd04xwi.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
| |
s189145088 | p02388 | u888595898 | 1419859175 | Python | Python3 | py | Runtime Error | 0 | 0 | 41 | x = input()
x = pow(x, 3)
print(x + "\n") | Traceback (most recent call last):
File "/tmp/tmpj02sq0j0/tmpsr4__pzc.py", line 1, in <module>
x = input()
^^^^^^^
EOFError: EOF when reading a line
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.