求助
查看原帖
求助
821998
Yanb0楼主2022/10/15 22:06
#include<stdio.h>
void main()
{
    int x;
    scanf("%d",x);
    if(x<=1)printf("Today,I ate %d apple",x);
    else printf("Today,I ate %d apples",x);
}

老是RE。说是Segmentation Fault,invalid memory refrence

2022/10/15 22:06
加载中...