密码截获:模拟 + 剪枝 摘要:解题思路:模拟 + 剪枝注意事项:参考代码:#include<iostream>usingnamespacestd;boolispd(strin…… 题解列表 2025年03月20日 0 点赞 0 评论 161 浏览 评分:0.0
孤独的骑士-模拟 摘要:解题思路:模拟注意事项:参考代码:#include<iostream>usingnamespacestd;intd[8][2]=&n…… 题解列表 2025年03月20日 0 点赞 0 评论 223 浏览 评分:0.0
最短路径问题(floyd) 摘要:注意事项:floyd适用于ns>>t; //起点与终点 floyd(); cout…… 题解列表 2025年03月20日 0 点赞 0 评论 180 浏览 评分:0.0
c++骑马修栅栏(栈) 摘要:```cpp#include #include #include #include #include #include using namespace std;in…… 题解列表 2025年03月19日 0 点赞 0 评论 182 浏览 评分:0.0
c++dfs全排列解决该问题 摘要:#include<bits/stdc++.h>usingnamespacestd;intres=0;floata[15];f…… 题解列表 2025年03月19日 0 点赞 0 评论 142 浏览 评分:0.0
查找特定的值,正确率百分百,C语言通俗易懂!!! 摘要:#includeint main(){ int n,m,arr[100000],k=0; scanf("%d",&n); for(int i=0;i…… 题解列表 2025年03月19日 1 点赞 0 评论 158 浏览 评分:10.0
模拟------------------------------------------------- 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a; &nb…… 题解列表 2025年03月19日 1 点赞 0 评论 297 浏览 评分:0.0
数学方法-推公式--------- 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int n; &nb…… 题解列表 2025年03月19日 0 点赞 0 评论 243 浏览 评分:0.0
数学方法-推公式--------- 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ double m, n;&nbs…… 题解列表 2025年03月19日 0 点赞 0 评论 297 浏览 评分:0.0
1776: [编程入门]原码求补码 摘要:```c#includeint main() { char arr[16]; scanf("%s",arr); if(arr[0]=='1'){ for…… 题解列表 2025年03月19日 0 点赞 0 评论 141 浏览 评分:0.0