摘要: 可以参考这两位博主写的 https://www.055401.com/computer/376.html https://blog.csdn.net/weixin_52596632/article/details/115694113 阅读全文
posted @ 2023-10-17 21:17 银河小船儿 阅读(19) 评论(0) 推荐(0)
摘要: C程序分别实现下列字符阵列的输出:(https://zhuanlan.zhihu.com/p/443989560 可以参考这个博主写的) 1,左下三角形(代码) 1 #include <stdio.h> 2 int main() 3 { 4 for(int i = 1; i <= 5; i++) / 阅读全文
posted @ 2023-10-17 09:47 银河小船儿 阅读(44) 评论(0) 推荐(0)