摘要:
点击打开题目链接 本题目是考察 最长递增子序列的 有n^2 n(logn) n^2 会超时的下面两个方法的代码 思路 可以百度LIS LCSdp里面存子序列n(logn) 代码#include#include#include#include#include#define ... 阅读全文
摘要:
题目链接 点击打开链接 Pots Time Limit: 1000MS Memory Limit: 65536KB 64bit IO Format: %I64d & %I64u Submit Status Description You are given two pots, having the 阅读全文