编程验证c语言中3/2的值为1

日期:2021-07-21 01:18:17 人气:1

编程验证c语言中3/2的值为1

#include<stdio.h>
void main()
{
    printf("表达式 3/2 的结果为%d\n", 3/2);
}

热门评论