评测信息
运行ID: 15284
src.c:1:3: error: invalid preprocessing directive #coding
# coding=gbk
^
src.c:2:4: error: initializer element is not constant
x=input()
^
src.c:3:5: error: expected ',' or ';' before 'y'
y=input()
^
# coding=gbk
^
src.c:2:4: error: initializer element is not constant
x=input()
^
src.c:3:5: error: expected ',' or ';' before 'y'
y=input()
^