评测信息
运行ID: 20224
src.c:1:3: error: 'input' undeclared here (not in a function)
a=input
^
src.c:2:1: error: expected ',' or ';' before 'b'
b=int(a/3600)
^
a=input
^
src.c:2:1: error: expected ',' or ';' before 'b'
b=int(a/3600)
^