评测信息

运行ID: 20217
src.c:1:7: error: initializer element is not constant
int x=(int)input();
^
src.c:2:7: error: initializer element is not constant
int y=(int)input();
^
src.c:3:8: error: expected ')' before ' ' token
print(x y);
^