发表评论取消回复
相关阅读
相关 SPOJ简介
SPOJ是波兰最为出色的Online Judge之一,界面和谐,题目类型也非常丰富,适合有一定基础的选手练习,对高手而言也是个提高能力的良好平台。
相关 SPOJ 8222 Substrings
题意: 给一个字符串S,令F(x)表示S的所有长度为x的子串中,出现次数的最大值。 求F(1)..F(Length(S)) Length(S) <= 250000 题
相关 SPOJ Longest Common Substring II
求十个串的最长连续公共子串。 第一个串建立自动机。 用其它每个串在自动机上跑一遍,记录每个状态上能匹配的最长长度。 然后求每个状态匹配长度的最小值。 注意每个状态
相关 SPOJ 1825 Free tour II
论文题: 在以root为根的第 i 棵子树上,我们用G\[ i ,j \]表示root的第 i 棵子树的路径上严格有 j 个黑点的路径的最长长度。用F\[ i ,j \]表示
相关 聚类系数(clustering coefficient)计算
转自[http://blog.csdn.net/pennyliang/article/details/6838956][http_blog.csdn.net_pennylian
相关 SPOJ - PROOT(数论+原根)
问题描述: In the field of Cryptography, prime numbers play an important role. We are intere
相关 uva 10105 - Polynomial Coefficients(多项式系数)
[题目连接:uva 10105 - Polynomial Coefficients][uva 10105 - Polynomial Coefficients] 题目
相关 SPOJ NWERC11A_Binomial coefficients
[http://acm.hust.edu.cn/vjudge/contest/view.action?cid=34912\problem/A][http_acm.hust.ed
相关 1159B Expansion coefficient of the array
B. Expansion coefficient of the array time limit per test 1 second memory limit per t
相关 SPOJ Problem 95:Street Parade
模拟栈输出。 include<cstdio> include<cstring> int n,i,a[1005],x,k,top; int ma
还没有评论,来说两句吧...