
暴力求解
qq_44201936
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ID Codes UVA - 146 ( next_permutation() )
next_permutation() 牛逼 ~~ #include<iostream> #include<stdio.h> #include<algorithm> #include<string> using namespace std; string s[100]; //char p[10]={'c','b','b','a','a'};...原创 2019-03-29 16:49:30 · 134 阅读 · 0 评论 -
The Hamming Distance Problem UVA - 729 (推荐使用 next_permutation())
#include<iostream> #include<stdio.h> #include<algorithm> #include<cstring> using namespace std; string s[100]; //char p[10]={'c','b','b','a','a'}; string p; int test[55]; int ...原创 2019-03-29 17:37:18 · 119 阅读 · 0 评论