评测信息

运行ID: 15257
src.c:1:1: error: expected identifier or '(' before 'if'
if __name__ == "__main__":
^
src.c:3:8: error: expected declaration specifiers or '...' before string constant
print("Hello " name);
^