#include <stdio.h>
int main()
{
int a =3;
float b =7.2;
printf("整數(shù) = %d,小數(shù) = %f\n",a,b);
return o;
}
- 1 回答
- 0 關(guān)注
- 1167 瀏覽
添加回答
舉報(bào)
0/150
提交
取消
舉報(bào)