题目链接:http://www.codeforces.com/problemset/problem/580/A题意:求最长连续非降子序列的长度。C++代码: #include <iostream> using namespace std; const int maxn = 100100; int n ...
分类:
其他好文 时间:
2016-07-20 19:20:06
阅读次数:
138
题目链接:http://www.codeforces.com/problemset/problem/460/A题意:Vasya每天用掉一双袜子,她妈妈每m天给他送一双袜子,Vasya一开始有n双袜子,请问第几天的时候Vasya会没有袜子穿?C++代码: #include <iostream> usi ...
分类:
其他好文 时间:
2016-07-20 19:13:44
阅读次数:
152
题目链接:http://www.codeforces.com/problemset/problem/271/A题意:给你一个四位数,求比这个数大的最小的满足四个位的数字不同的四位数。C++代码: #include <iostream> #include <algorithm> using names ...
分类:
其他好文 时间:
2016-07-20 19:07:36
阅读次数:
145
题目链接:http://www.codeforces.com/problemset/problem/122/A题意:判断一个数是否能被一个lucky number整除,一个lucky number是一个只包含4或7的数。C++代码: #include <cstdio> int lucky[14] = ...
分类:
其他好文 时间:
2016-07-20 17:44:44
阅读次数:
203
题目链接:http://www.codeforces.com/problemset/problem/231/A题意:问n道题目当中有多少道题目是至少两个人会的。C++代码: #include <iostream> using namespace std; int n, a, b, c, ans; i ...
分类:
其他好文 时间:
2016-07-20 17:35:11
阅读次数:
166
sudodpkg-i--force-overwrite/var/cache/apt/archives/python-problem-report_2.0.1-0ubuntu9_all.deb
分类:
其他好文 时间:
2016-07-17 18:17:39
阅读次数:
166
Salesforce.com 一开始是一个云端的销售自动化(Sales Force Automation, SFA)以及客户关系管理工具(Customer Relationship Management, CRM),但经过这么多年的演化,它已经成为一个可以构建任何企业应用的通用平台。Salesfor ...
分类:
其他好文 时间:
2016-07-15 19:21:33
阅读次数:
654
修改组策略中,如下信息:1代表1天后才可更改密码,0代表可以立即修改密码,以前公司曾要求用户一天后才能更改密码,是用的这个策略修改完成后,需要在CAS服务器上执行gpupdate/force来更新组策略,更新前可以通过在CAS服务器上执行rsop.msc来查看组策略应用生效结果。根据测试..
分类:
其他好文 时间:
2016-07-15 17:36:27
阅读次数:
451
分析: From:http://blog.csdn.net/linhuanmars/article/details/22706553 这是一道具体问题的题目,brute force的方法比较容易想到,就是从每一个站开始,一直走一圈,累加过程中的净余的油量,看它是不是有出现负的,如果有则失败,从下一个 ...
分类:
其他好文 时间:
2016-07-15 06:34:22
阅读次数:
126
Fast-CGI: ./configure --prefix=/usr/local/php --enable-fastcgi --enable-force-cgi-redirect --with-config-file-path=/etc --with-zlib --with-mysql --wit ...
分类:
Web程序 时间:
2016-07-14 07:06:09
阅读次数:
249