评测信息

运行ID: 63401
src.c:1:3: error: invalid preprocessing directive #a
# a=eval(input())
^
src.c:2:3: error: invalid preprocessing directive #print
# print(type(a))
^
src.c:3:5: error: initializer element is not constant
a = input()
^
src.c:4:1: error: expected ',' or ';' before 'item'
item = a.split(" ")
^
src.c:6:3: error: invalid preprocessing directive #print
# print(type(ls))
^
src.c:7:3: error: invalid preprocessing directive #nb
# nb=[num for num in ls if num % 2!=0]
^
src.c:8:3: error: invalid preprocessing directive #for
# for n in nb:
^
src.c:9:7: error: invalid preprocessing directive #print
# print(n)
^
src.c:12:3: error: invalid preprocessing directive #�
# 打印所有奇数
^