当前位置:首页>维修大全>综合>

用c语言编写程序

用c语言编写程序

更新时间:2023-09-11 11:28:37

用c语言编写程序

#include<stdio.h>int main(){ float a,b;//表示数量// scanf("%f%f",&a,&b); printf("%.2f ", a*b); return 0;}

更多栏目