题解列表

筛选

敲七游戏-题解(C语言代码)

摘要:sprintf的简单应用 sprintf可以将数字打印到指定的字符数组中 遍历该数字有字符7数量就++,我感觉挺简单的 #include"stdio.h" int main(){ int n,……