评测信息

运行ID: 13596
src.c:1:2: error: invalid preprocessing directive #�
#请输入秒数
^
src.c:2:12: error: expected expression before 'int'
total_secs=int(input(''))
^
src.c:2:22: error: empty character constant
total_secs=int(input(''))
^