评测信息

运行ID: 15186
src.c:1:1: error: unknown type name 'def'
def gettxt():
^
src.c: In function 'gettxt':
src.c:1:13: error: expected declaration specifiers before ':' token
def gettxt():
^
src.c:10:1: error: unknown type name 'with'
with open(r"D:\output.txt", 'w') as f:
^
src.c:10:12: error: expected ')' before string constant
with open(r"D:\output.txt", 'w') as f:
^
src.c:14:9: error: expected '{' at end of input
f.write(k ":" str(v) "\n")
^