Suspects Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Submit Status Description As Sherlock Holmes was investigating a crime, ...
分类:
其他好文 时间:
2016-06-01 19:32:22
阅读次数:
238
https://azure.microsoft.com/en-us/blog/mvc-movie-app-with-azure-redis-cache-in-15-minutes/ https://azure.microsoft.com/en-us/blog/investigating-timeou ...
分类:
其他好文 时间:
2016-04-05 21:28:46
阅读次数:
157
转载自:http://developer.android.com/intl/zh-cn/tools/debugging/debugging-memory.htmlBecause Android is designed for mobile devices, you should always be ...
分类:
其他好文 时间:
2016-01-26 18:18:24
阅读次数:
230
// uva 11361 Investigating Div-Sum Property 数位dp
//
// 题目大意:
//
// 给你一个整数a和一个整数b,问在[a,b]范围内,有多少个自身被k整除并且
// 各位数之和也能被k整除.比如k = 7 ,322满足条件,因为332能被整除7,并
// 3 + 2 + 2 = 7 也能被7整除
//
// 解题思路:
//
// 求...
分类:
其他好文 时间:
2015-08-09 22:34:36
阅读次数:
192
题意:题目大意:给出a,b,k,问说在[a,b]这个区间有多少n,满足n整除k,以及n的各个为上的数字之和也整除k。分析:dp[i][nmod][smod]长度为i,该数对k的余数,各位和对k的余数。#include #include #include #include #include #incl...
分类:
其他好文 时间:
2015-07-27 09:25:17
阅读次数:
116
Andrewid the Android is a galaxy-famous detective. He is now investigating the case of vandalism at the exhibition of contemporary art.The main exhibi...
分类:
其他好文 时间:
2015-07-16 22:07:04
阅读次数:
124
题目链接题意: 在[A,B]区间内找出满足条件的数有多少个。 条件:这个数本身 能够整除K, 且各位数字之和能够整除K。思路: 数据范围过大2^31 2^31 =2147483648 ~ 2*10^10 各位数字之和不会超过 2 + 9 * 9 = 83 , 所以 当K >= 83 时 答...
分类:
其他好文 时间:
2015-07-16 21:49:39
阅读次数:
154
Problem DescriptionFred Mapper is considering purchasing some land in Louisiana to build his house on. In the process of investigating the land, he le...
分类:
其他好文 时间:
2015-05-08 14:24:43
阅读次数:
112
转自:http://www.percona.com/blog/2015/04/16/profiling-mysql-queries-from-performance-schema/?utm_source=tuicoolWhen optimizing queries and investigating...
分类:
数据库 时间:
2015-05-01 00:35:50
阅读次数:
229
I Think I Need a Houseboat
Time Limit: 2 Seconds Memory Limit: 65536 KB
Fred Mapper is considering purchasing some land in Louisiana to build his house on. In the process of investigating the land...
分类:
其他好文 时间:
2015-04-28 14:05:09
阅读次数:
184