• 2021-04-14
    中国大学MOOC: 下面程序执行后的输出结果是:#include using namespace std;#includeint main(){char str[]=" SSWLIA" , c; int k;for (k=2;(c=str[k])!=\0;k++) {switch (c) {case I: ++k; break ;case L: continue;default : cout<