评测信息

运行ID: 13612
src.c:1:12: error: expected expression before 'int'
total_secs=int(input(''))
^
src.c:1:22: error: empty character constant
total_secs=int(input(''))
^