3.1

来源:互联网 发布:淘宝隐形眼镜可靠吗 编辑:程序博客网 时间:2024/05/20 06:27
#include <stdio.h>  main()  {   int a=12,b=3;   float x=18.5,y=4.6;   printf ("%f\n",(float)(a*b)/2);   printf ("%d\n",(int)x%(int)y);  }

这里写图片描述

原创粉丝点击