上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 50 下一页
摘要: 什么是TrustedInstaller在win8、8.1、10之中高于管理员的权限,,正确的使用姿势:删除“正在运行中”,“无法删除”的流氓软件残渣。不正确的使用姿势:可以修改系统(System32下)的文件,包括删除,修改,重命名等,,, 千万慎用!千万慎用!千万慎... 阅读全文
posted @ 2018-06-07 19:19 gwj1139177410 阅读(467) 评论(0) 推荐(0)
摘要: problemsolutioncodes#includeusing namespace std;int a[100010], ans;int main(){ int l, m; cin>>l>>m; for(int i = 0; i >x>>y; ... 阅读全文
posted @ 2018-06-07 15:25 gwj1139177410 阅读(107) 评论(0) 推荐(0)
摘要: problem给你10个数和一个h如果h+30>=a[i],答案就累加1solution直接模拟当然你也可以splaycodes#includeusing namespace std;int a[10], h, ans;int main(){ for(int i... 阅读全文
posted @ 2018-06-07 14:49 gwj1139177410 阅读(125) 评论(0) 推荐(0)
摘要: problemsolutioncodes#include#includeusing namespace std;int m,n,a[1001][1001],ma[1001],maxx,maxy;int z[6]={2,1,0,0,0,0},s[6]={6,6,6,6,... 阅读全文
posted @ 2018-06-06 21:47 gwj1139177410 阅读(162) 评论(0) 推荐(0)
摘要: problemsolutioncodes#include#includeusing namespace std;int ans;int main(){ string str; cin>>str; for(int i = 0, j = 1; i < 12;... 阅读全文
posted @ 2018-06-06 21:41 gwj1139177410 阅读(140) 评论(0) 推荐(0)
摘要: problem将1,2,3 … … 9 这九个数分成3组,分别组成3个三位数。且使这 3 个三位数构成1:2:3的比例。求出所有满足的方案solution19重循环枚举九个数。 不剪枝复杂度(9^9) 剪枝后复杂度O(9!)#includeusing namespac... 阅读全文
posted @ 2018-06-06 21:38 gwj1139177410 阅读(215) 评论(0) 推荐(0)
摘要: problemsolutioncodes#includeusing namespace std;void dfs(int dep, int n){ //if(n= 0; i--){ if(n&(1>n; dfs(30,n); return ... 阅读全文
posted @ 2018-06-06 21:36 gwj1139177410 阅读(172) 评论(0) 推荐(0)
摘要: problemsolutioncodes#include#define maxn 1= r){ tree[++top].t = check(l,r); return top; } tree[++top].t = check(l,... 阅读全文
posted @ 2018-06-06 21:32 gwj1139177410 阅读(135) 评论(0) 推荐(0)
摘要: problemsolutioncodes#include#include#define maxn 10#define maxv maxn*30char in[maxn], post[maxn];char lch[maxv], rch[maxv];int build(i... 阅读全文
posted @ 2018-06-06 21:30 gwj1139177410 阅读(189) 评论(0) 推荐(0)
摘要: problemsolutioncodes#include#include#define maxn 550using namespace std;int tree[maxn][2];void dfs(char x){ cout>n; for(int i = ... 阅读全文
posted @ 2018-06-06 21:13 gwj1139177410 阅读(144) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 50 下一页
选择