题解列表
每一行都有解释的c++代码(组合的输出)
摘要:参考代码:#include<bits/stdc++.h>//c++万能头文件using&nbsp;namespace&nbsp;std;//可以不写,不写的话在前面加上st……
T1267-01背包问题
摘要:解题思路:滚动数组——一维dp数组遍历:for(&nbsp;&nbsp;&nbsp;)&nbsp;物品&nbsp;&nbsp;&……
信息学奥赛一本通T1173-阶乘和--运用高精度乘法与加法:计算n的阶乘和
摘要:解题思路:因为n<=50;当n>20最大存储整数类型longlong也存储不下,导致造成数据溢出。所以运用高精度乘法与加法计算n的阶乘和参考代码:#include<iostream&……
小白,看看就行,不动脑袋
摘要:解题思路:注意事项:参考代码:#include<iostream>#include<cstdio>usingnamespacestd;intmain(){&nbsp;&……
1099: 校门外的树
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){&nbsp;&nbsp;intL,M;&……
信息学奥赛一本通T1589-不要 62 数位dp
摘要:#includeusingnamespacestd;intl,r;intf[11][11];voidinit(){for(inti=0;ir&&(l||r)){cout……
不开long long 见祖宗#2656: 蓝桥杯2022年第十三届省赛真题-刷题统计
摘要:```#define_CRT_SECURE_NO_WARNINGS1#include#include#include#include#include#include#include#include#i……
简单模拟 # 2576: 蓝桥杯2020年第十一届省赛真题-解码
摘要:```#define_CRT_SECURE_NO_WARNINGS1#include#include#include#include#include#include#include#include#i……