题解列表

筛选

程序员的表白 (C语言代码)

摘要:解题思路:注意事项: U之间要空一行。参考代码:#include<stdio.h>void star(int n){ int i,j; for(i = 0;i < n;i++)   {   putc……