人们常用哪个大写英文字母来统称短袖上衣?
参考答案:人们常用T来统称短袖上衣。
Henry is a good runner. His friends run than him. [ ]
A. fast
B. faster
C. slow
D. more slowly
以下程序运行后的输出结果是()。
main()
{char c; int n=100;
float f=10; double x;
x=f*=n/=(c=50);
printf("%d %f\n",n,x);
}