1.设计模式 2.redis 3.nosql 4.memcache 5.linux 6.dubbo
转载 2016-06-13 18:47:00
78阅读
2评论
逆元 1001 Problem A 求前缀哈希和逆元 dp 1002 Problem B 状态转移方程:dp[i] = dp[i-1] + dp[i-2],Java写大数 字典树 1003 Problem C STL 1004 Problem D map或者双hash
转载 2016-05-14 17:36:00
88阅读
2评论
Problem Description 度熊手上有一本神奇的字典,你可以在它里面做如下三个操作:1、insert : 往神奇字典中插入一个单词2、delete: 在神奇字典中删除所有前缀等于给定字符串的单词3、search: 查询是否在神奇字典中有一个字符串的前缀等于给定的字符串 Input 这里仅有一组测试数据。第一行输入一个正整数N(1≤N≤100000)N (1\leq N\l
原创 2022-04-20 10:22:44
60阅读
Problem CAccepts: 832Submissio
Problem DAccepts: 1443Submissions
原创 2022-08-11 16:57:25
39阅读
Problem BAccepts: 1131Submissions: 4
原创 2022-08-11 16:58:07
76阅读
Problem AAccepts: 836Submissions:
原创 2022-08-11 16:59:02
69阅读
All XAccepts: 1281Submissions: 7580Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)P下式子
原创 2022-08-12 09:02:02
38阅读
DescriptionIn mathematics, a polygonal number is a numberrepresented as dots or pebbles arranged in the shape of a regularpolygon. The dots are tho...
转载 2016-05-01 21:18:00
116阅读
2评论
DescriptionIn mathematics, a polygonal number is a numberrepresented as dots or pebbles arranged in the shape of a regularpolygon. The dots are tho...
转载 2016-05-01 21:18:00
43阅读
2评论
Problem BProblem DProblem B度熊面前有一个全是由1构成的字符串,被称为全1序列。你
原创 2016-05-18 13:06:47
77阅读
题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 500010, p = 998244353, g = 3; ...
转载 2021-07-14 19:02:00
173阅读
2评论
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5698题意说我们可以从一个格子跳到右下角的任意一个格子中,那么反过来,跳到
原创 2022-08-30 10:57:06
54阅读
Gym ClassAccepts: 849Submissions: 4247Time Lim
原创 2022-08-11 15:59:26
36阅读
BD StringAccepts: 388Submissions: 1164Time L
原创 2022-08-11 16:01:10
34阅读
拍照扫描线 模版题#include<cstdio>#include<cstring>#include<cstdlib>#include<algorithm>#include<function
原创 2016-05-29 23:41:44
57阅读
All XSitting in LineBD StringGym ClassAll XF(x,m) 代表一个全是由数字x组成的m位数字。请计算,以下式子是否成立: F(x,m) mod k ≡
原创 2016-05-21 21:48:10
36阅读
运行exchange安装向导之后,提示缺少必备的操作系统组件: Server-Gui-Mgmt-Infra 当使用powershell安装该组件的时候,提示错误“Install-WindowsFeature : ArgumentNotValid: 角色、角色服务或功能名称无效:“Server-Gui-Mgmt-Infra”。找不到该名称。”
原创 2017-03-28 17:27:23
10000+阅读
1点赞
3评论
#include <iostream>using namespace std;int main(){ int m[100],n,i,min,k; while (cin>>n)  { if(n == 0) break; /*结束循环的条件*/ for (i = 0; i < n ; i++)  { cin>>m[i]; /*输入
原创 2015-12-30 20:25:41
671阅读
 上班第一天,好好写代码
原创 2016-02-14 13:12:03
363阅读
  • 1
  • 2
  • 3
  • 4
  • 5