首页 新闻 会员 周边
1
回答数

待解决问题 为什么这样就是未初始化的局部变量

include<stdio.h> void homework01(int age) { printf("请输入年龄:"); scanf("%d", &age); if (age >= 18) { pr