题解列表

筛选

发工资咯-题解(C语言代码)

摘要:解题思路:注意事项:参考代码://发工资,递归思路#include <stdio.h>int run (int a);int main (){ int n,sum=0; int a; while(s……