评测信息

运行ID: 15232
src.c:1:9: error: expected expression before 'int'
Student=int(input());
^
src.c:2:8: error: expected expression before 'int'
CaoMei=int(input());
^
src.c:3:7: error: expected expression before 'int'
GetCM=int(CaoMei/Student);
^
src.c:4:6: error: initializer element is not constant
yuCM=CaoMei-GetCM*5;
^
src.c:5:7: error: expected declaration specifiers or '...' before string constant
print("",GetCM, '\n',YuCM);
^
src.c:5:10: error: expected declaration specifiers or '...' before 'GetCM'
print("",GetCM, '\n',YuCM);
^
src.c:5:17: error: expected declaration specifiers or '...' before '\xa'
print("",GetCM, '\n',YuCM);
^
src.c:5:22: error: unknown type name 'YuCM'
print("",GetCM, '\n',YuCM);
^