评测信息

运行ID: 43876
src.c:2:7: error: 'total_secs' undeclared here (not in a function)
hours=total_secs//3600
^
src.c:3:1: error: expected ',' or ';' before 'secs_still_remaining'
secs_still_remaining=total_secs600
^