摘要:
#include using namespace std; int a[1000010]; long long dp[1000010][3][3]; int main() { int n,m; scanf("%d%d",&n,&m); for(int i=1;ia[i]) continue; ... 阅读全文
posted @ 2019-02-15 20:41
何以解忧唯理甚慷
阅读(181)
评论(0)
推荐(0)
2019年2月15日