![]() |
#2
rjsp2020-10-21 20:12
|
#include<stdio.h>
int main(void)
{
float c,f;
f=120.3;
c=5/9*(f-32);
printf("c=%fn",c);
return0;
}
![]() |
#2
rjsp2020-10-21 20:12
|
![]() |
#3
rjsp2020-10-21 20:26
|
![]() |
#4
风过无痕19892020-10-21 20:43
|
![]() |
#5
xjjxjj123452020-10-22 12:24
|