Fence Rails 题目大意 `N define rep(i,a,n) for (int i=a;i=a;i ) using namespace std; const string filename = "fence8"; void usefile(){ freopen((filename+". ...
分类:
其他好文 时间:
2019-07-01 10:33:56
阅读次数:
111
查一下网站目录下wp-content目录的权限, # ls -l drwxr-xr-x 5 nobody 65534 4096 Feb 3 2016 wp-content 修改wp-content目录权限就OK了。 chmod -R a+w wp-content ...
分类:
Web程序 时间:
2019-06-28 23:01:46
阅读次数:
165
今日写统计如此早的原因是:下午回老家,无法刷题。 今天完成了普及组的100道题,但还未进入USACO。 通过数:9 通过题目编号:1061/1072/1085/1090/1103/1109/1113/1125/1132 排名:暂居第一 本网站开始时间:2019/6/15 15:02:09 结束时间: ...
分类:
其他好文 时间:
2019-06-22 14:37:53
阅读次数:
97
题目描述 Bessie 计划调查N (2 include include include define maxn 2001 define maxm 10001 using namespace std; int n,m; inline int read(){ register int x(0),f(1 ...
分类:
其他好文 时间:
2019-06-21 22:37:11
阅读次数:
137
" P2176 [USACO14FEB]路障Roadblock " " P1186 玛丽卡 " " P1491 集合位置 " ~~怎么又做到三倍经验,五年计划都超额完成了~~ 这几道题像极了. 想起来不难把,要让边改变之后与原来的最短路差值最大,就把最短路上的边改了呗. 用一个队列来记录最短路上的边 ...
分类:
其他好文 时间:
2019-06-21 14:26:17
阅读次数:
163
1_vip 1_vip viplevel 会员等级 ,从0开始 0就是普通玩家 必须有0不然宕机 1_dqlevel也一样title 会员头衔namecolor 会员名字颜色代码color 说话颜色代码itemdrop 物品掉率倍率,为0不掉落物品.自己注意控制autotime 泡点时间gold 出 ...
分类:
其他好文 时间:
2019-06-19 21:51:04
阅读次数:
118
A. Censoring A. Censoring A. Censoring 题目描述 Farmer John has purchased a subscription to Good Hooveskeeping magazine for his cows, so they have plenty ...
分类:
其他好文 时间:
2019-06-14 21:27:01
阅读次数:
108
题目链接:https://www.luogu.org/problemnew/show/P2881 题目链接:https://vjudge.net/problem/POJ-3275 题目大意 给定标号为 1~N 这 N 个数,在给定 M 组大小关系,求还需要知道多少组大小关系才可以给这组数排序? 分析 ...
分类:
其他好文 时间:
2019-06-11 19:33:36
阅读次数:
128
Canada Tour 题目大意 双向连通图,点从左向右排列, 你需要先从最左的点到最右的点,(过程中只能从左向右走) 然后再从最右的点返回最左的点,(过程中只能从右向左走) 过程中除了最左的点,其它点都至多能经过一次 求最多能经过的点的个数 题解 从右向左走反过来,就是说从左向右走,题目变成从最左 ...
分类:
其他好文 时间:
2019-06-11 00:59:22
阅读次数:
98
颜色 颜色名字,rgb(),16进制,rgba()透明度 单词表示法: black white green yellow pink purple gold blue red skyblue orange等 rgb()表示法 每种颜色取值 0~255 表示红色 rgb(255,0,0) 绿色 rg..... ...
分类:
其他好文 时间:
2019-06-06 21:10:56
阅读次数:
111