摘要:
第一场组队训练……意料之中的爆炸。 阅读全文
posted @ 2017-02-26 18:57
cxhscst2
阅读(150)
评论(0)
推荐(0)
摘要:
题目链接 Cloud of Hashtags 题目还是比较简单的,直接贪心,但是因为我有两个细节没注意,所以FST了: 1、用了cin读入,但是没有加 std::ios::sync_with_stdio(false); 这条语句; 2、开了太多string。 也算是经验教训吧。 阅读全文
posted @ 2017-02-26 10:09
cxhscst2
阅读(493)
评论(0)
推荐(0)
摘要:
题目链接 Alyona and Spreadsheet 记a[i][j]为读入的矩阵,c[i][j]为满足a[i][j],a[i - 1][j], a[i - 2][j],......,a[k][j]不上升的k的最小值。 d[i]为max(c[i][j]) (1 <= j <= m) 那么对于每次询 阅读全文
posted @ 2017-02-26 10:03
cxhscst2
阅读(315)
评论(0)
推荐(0)

浙公网安备 33010602011771号