题解列表
数的计数(Noip2001) 记忆化
摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"
using namespace std;
// 定义一个全局数组kkk,用于存储中间计算结果
int kkk[110……
LETTERS 搜搜搜搜搜搜
摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"
using namespace std;
// 定义全局变量r和s,kkk初始化为-1
int r, s, kkk ……
送分题。。。。。。。
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b; scanf("%d",&a); for(b=1;b<a;b++) { ……
奥运奖牌计数C语言for循环做法分享
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int i,n,a,b,c,d=0,e=0,f=0,g=0; scanf("%d",&n); ……