Fork me on Gitee
摘要: 数字金字塔 #include <stdio.h> int main() { int i, j; int n; char maxLetr; char ch[26]; for(i=0; i<26; i++) { ch[i] = 'A' + i; } int x; scanf("%d,%c", &x, & 阅读全文
posted @ 2020-01-12 11:27 ---dgw博客 阅读(354) 评论(0) 推荐(0) 编辑