6.再来一题除法算术题

#include <stdio.h>
int main()
{
    printf("%.1f\n",8.0/5);
    return 0;
}

 

posted @ 2018-09-13 22:01  Estwind  阅读(268)  评论(0)    收藏  举报