为什么总是运行不了,求解。
c4droid吧
全部回复
仅看楼主
level 4
我过去1 楼主
为什么总是运行不了,求解。
2018年10月11日 12点10分 1
level 11
int main()
{
其他代码
}
2018年10月11日 12点10分 2
level 5
你这搁那学的
2018年10月11日 14点10分 3
level 6
刚刚试了一下你的代码
2018年10月11日 15点10分 4
level 6
错误的太多了。
2018年10月11日 15点10分 5
level 6
#include <stdio.h>
int main(){
int i , j , x = 0;
    for (i = 0;i < 2;i++){
x++;
    for(j = 0;i <= 3;j++){
if(j % 2)
            continue;
    x++;
    }
}
x++;
printf("x=%d\n", x);
return 0;
}
试试这个,不知道你要干什么
2018年10月11日 15点10分 6
头文件有问题,好像是,不过为什么总是这样
2018年10月11日 16点10分
@我过去1 额我刚刚看了一下回复的代码。 发出去变乱码了
2018年10月11日 22点10分
@我过去1 #include <stdio.h> int main(){ int i , j , x = 0; for (i = 0;i < 2;i++){ x++; for(j = 0;i <= 3;j++){ if(j % 2)
2018年10月11日 22点10分
level 6
Errorline:2
错误行在 行2
2018年10月11日 22点10分 7
level 8
你的括号是中文的()()
2018年10月12日 03点10分 8
level 3
错误太多
2018年10月14日 13点10分 10
1