#include"stdio.h"
void main()
{
int x;
printf(“please input the x:\n”);
scanf(“x=%d”,&x);
if(x==0)
printf(“y=0\n”);
else
printf(“y=%f\n”,1.0/x);
}
每日一题 7
猜你喜欢
转载自blog.csdn.net/drake_gagaga/article/details/113146924
今日推荐
周排行