评测信息
运行ID: 16514
src.c:1:2: error: invalid preprocessing directive #�
#请输入秒数
^
src.c:2:12: error: expected expression before 'int'
total_secs=int(input("请输入秒数:\n"))
^
#请输入秒数
^
src.c:2:12: error: expected expression before 'int'
total_secs=int(input("请输入秒数:\n"))
^