题解列表

筛选

输出字符'A'个数-题解(C语言代码)

摘要:本题较为简单,只涉及一个知识点:“循环”即可 参考代码如下: ```c #include int main() { int i,a;//a为定义循环个数 scanf("%d",&……