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);
相關文章
相關標籤/搜索