Live2d Test Env
摘要: For the given sequence with n different elements find the number of increasing subsequences with k + 1 elements. It is guaranteed that the answer is n 阅读全文
posted @ 2018-05-31 20:15 nimphy 阅读(276) 评论(0) 推荐(0) 编辑
摘要: You are given a directed graph with n nodes and m edges, with all edges having a certain weight. There might be multiple edges and self loops, and the 阅读全文
posted @ 2018-05-31 18:32 nimphy 阅读(416) 评论(0) 推荐(0) 编辑
摘要: In the lattice points of the coordinate line there are n radio stations, the i-th of which is described by three integers: xi — the coordinate of the  阅读全文
posted @ 2018-05-31 16:54 nimphy 阅读(285) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/OYzx/p/5506468.html BZOJ2863:(允许离线) 题目大意:给定一个n*n的矩形,以及若干个操作,操作有如下两种: 1.给矩形的(x,y)加上一个v; 2.询问某个子矩阵的权值和。 数据范围:n<=5*10^5,操作数<=2*10 阅读全文
posted @ 2018-05-31 11:45 nimphy 阅读(160) 评论(0) 推荐(0) 编辑