评测信息

运行ID: 13454
src.c:1:3: error: expected expression before 'int'
x=int(input('x='));
^
src.c:2:3: error: initializer element is not constant
t=x*x
^
src.c:3:1: error: expected ',' or ';' before 'print'
print(t)
^