题解列表

筛选

去掉空格 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    char a[100];    int flog=0,i,t=0;    while(gets(a)!=N……

我说这是最简单的代码应该没有人反对吧?

摘要:解题思路:                解题思路就是找到规律注意事项:参考代码:/*有n个整数,使前面各数顺序向后移m个位置,最后m个数变成前面m个数。写一函数:实现以上功能,在主函数中输入n个数和……

发工资咯 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int fun(int* a,int* b, int n){    int i,j,t=0;    fo……