码迷,mamicode.com
首页 >  
搜索关键字:cypher    ( 33个结果
Codeforces Round #279 (Div. 2) C. Hacking Cypher 机智的前缀和处理
#include #include #include #include #include #include #include #include #include #include #include #include typedef long long ll;using namespace std;/...
分类:其他好文   时间:2014-11-25 10:28:24    阅读次数:223
CodeForces 490C Hacking Cypher
题意: 一串数字  从某个地方分开成两个数字  要求前面的数字被A整除  后面的被B整除  求分开的两个数字 思路: 假设我们将原串S这样分成两个数字XY  则X%A==0 Y%B==0 那么我们可以处理从头到i这个位置%A的值为多少  这样很容易判断第一个条件 对于第二个条件我们可以这样理解  S % B == ( X % B * 10^|Y| % B ) + Y % B 如果Y%B...
分类:其他好文   时间:2014-11-24 11:59:00    阅读次数:189
Cypher 描述性的图像查询语言
Cypher,描述性的图像查询语言
分类:其他好文   时间:2014-08-04 21:02:07    阅读次数:311
33条   上一页 1 2 3 4
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!