标签:弊端 规则 i++ step stream 如何 ++ 流程 return
#include <iostream>
#include <cstdio>
void dfs(int step)
{
if(到达目的地)
{
输出解;
return;
}
for(int i=1;i<=算符种数;i++)
if(满足条件)
{
保存结果;
dfs(step+1);
回溯;
}
}
int main()
{
cout<<dfs(1);
return 0;
}
标签:弊端 规则 i++ step stream 如何 ++ 流程 return
原文地址:https://www.cnblogs.com/BigYellowDog/p/9736058.html