评测信息

运行ID: 4460
src.c:2:7: error: 'F' undeclared here (not in a function)
c=5*(F-32)/9.0;
^
src.c:5:8: error: expected declaration specifiers or '...' before string constant
printf("c=%.2f",c);
^
src.c:5:17: error: expected declaration specifiers or '...' before 'c'
printf("c=%.2f",c);
^
src.c:6:1: error: expected identifier or '(' before 'return'
return 0;
^
src.c:24:1: error: expected identifier or '(' before '}' token
}
^