C语言中switch-case语句的使用

# include<stdio.h> # include<stdlib.h> int main() { c= getchar(); switch (c) { case 'w': moveScore = moveUp(board); score = score + moveScore; display(board); printf("%d\n", score);
相关文章
相关标签/搜索