摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .main{ position: relative; width: 0px; height: 200px; mar 阅读全文
posted @ 2020-01-09 21:52 TiSou1 阅读(233) 评论(0) 推荐(0)
摘要: 2020年4月19日16:08:44添加: 1.最基础的递归实现全排列: #include<iostream> using namespace std; int n,a[30]; int sum; int f(int k){ // cout<<k<<endl; int i,j,flag; if(k< 阅读全文
posted @ 2020-01-09 21:12 TiSou1 阅读(2027) 评论(0) 推荐(0)