计算机系C语言编程50题(含答案)
1、输入1~10之间的一个数字,输出它对应的英文单词。#include "stdio.h"main(){ int x; printf("please input x(1-10):\n"); sc
计算机系C语言编程50题(含答案)