C语言初学 俩数相除问题

 

#include<stdio.h>

#include<stdlib.h> main()

{

double a,b;                       scanf("%lf%lf",&a,&b); printf("%.5lf\n",a/b);

return 0 ;

}

posted @ 2015-03-21 10:20  李京泽  阅读(501)  评论(2编辑  收藏  举报