最新回答 / 慕娘5579366
//scanf("%ld",&k);你这个是什么啊 !你打错了下面的代码对的#include <stdio.h>int main(){ int sum = 0; int i; for(i=1; i<=10; i++) { printf("%d\n", i); if(i == 3)//是不是少了一个判断呢? goto laoliu; //在这里使用goto语句 } ...
2019-10-18