题解列表

筛选

P1001 (C语言代码)

摘要:解题思路:  获取最大值 - 获取最小值 ,直接判断注意事项: 注意排好序 参考代码:#include<stdio.h>int isprime(int k)                      ……

密码截获 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int huiwen_judge(int m,int k,char *s){    int l=m;    int l1=k;    f……

母牛的故事 (C语言代码)

摘要:解题思路:        斐波拉契数列,f(n)=f(n-1)+f(n-3)注意事项:参考代码:#include<stdio.h> int cow[61]={0,1,2,3}; void mo……

this is a test article

摘要:test content text :%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%……

母牛的故事 (C语言代码)

摘要:代码这么短就直接看啦#include<stdio.h> /*注:函数名是我看朋友在玩beat saber的时候写程序想不出用什么名字, 看到朋友用了个初音的皮肤才起的,没有特别的含义*/ lon……