Problem Description
Teacher Mai has an integer x.
He does the following operations k times. In the i-th operation, x becomes the least integer no less than x, which is the multiple of i.
He wan...
分类:
其他好文 时间:
2014-08-14 20:39:59
阅读次数:
256
Description
Given a binary number, we are about to do some operations on the number. Two types of operations can be here.
'I i j' which means invert the bit from
i to j (inclusive)
'Q i' a...
分类:
其他好文 时间:
2014-08-14 14:10:59
阅读次数:
215
Pots
Time Limit: 1000ms Memory limit: 65536K 有疑问?点这里^_^
题目描述
You are given two pots, having the volume of A and B liters respectively. The following operations can be performed...
分类:
其他好文 时间:
2014-08-12 17:21:24
阅读次数:
281
把区间和改成,第一层|,第二层 ^。每次给出一个x,y把 第x个变成y ,输出 sum[1];#include #include #include #include #include #include #include #include #include #include #include #inc...
分类:
其他好文 时间:
2014-08-12 16:22:44
阅读次数:
190
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.get(key) - Get the ...
分类:
其他好文 时间:
2014-08-11 10:01:01
阅读次数:
193
上一篇介绍使用ConfigurationManager实现的标准映像系统部署,今天主要介绍使用ConfigurationManager捕获并构建系统映像方式部署操作系统。一、准备用于操作系统部署的站点1.打开ConfigurationManager管理控制台,并点击管理,展开站点配置,点击服务器和站点系统角色2.右键站..
分类:
其他好文 时间:
2014-08-10 18:52:11
阅读次数:
311
SystemCenter2012R2POC部署之ConfigurationManager部署一、准备工作1、安装IIS、.NET打开添加角色和向导,点击下一步选择基于角色或基于功能的安装,点击下一步选择服务器勾选Web服务器(IIS)、WindowsServer更新服务、Windows部署服务点击下一步,勾选.NET3.5、后天职能传输..
分类:
其他好文 时间:
2014-08-10 03:58:50
阅读次数:
268
今天开始管理私有云中的应用实践了。一、先决条件小张将在实验室环境中的GUEST01服务器上部署销售应用。这将安装和配置agent用于(discover)发现,(inventory)库存和(monitor)监控。Guest01添加到Contoso域中在混合模式下安装SQLServer2012到Guest01中,启用sa帐户和配置密..
分类:
其他好文 时间:
2014-08-08 16:30:37
阅读次数:
264
SystemCenter2012R2POC部署之OperationsManager部署一、准备工作在安装OperationsManager之前需要先做准备工作,如IIS.NET的安装,SQLReportVier的安装,另外还要安装ReportingServices并配置实用远程SQL服务器的实例。1、安装IIS、.NET打开添加角色和向导,点击下一步选择基于..
分类:
其他好文 时间:
2014-08-08 16:28:06
阅读次数:
196
Problem 2105 Digits CountProblem DescriptionGiven N integers A={A[0],A[1],...,A[N-1]}. Here we have some operations:Operation 1:AND opn L RHere opn, L...
分类:
其他好文 时间:
2014-08-07 21:53:40
阅读次数:
257