#include <stdio.h> int main() { int a =3; float b =7.2; printf("整數 = %d,小數 = %f\n",a,b); return o; } 查看完整描述