6.再来一题除法算术题

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

猜你喜欢

转载自www.cnblogs.com/Estwind/p/9643531.html