rexaron

导航

2023年9月18日

动态规划

摘要: 例1 # include <bits/stdc++.h> using namespace std; const int maxn = 1e5 + 10, maxk = 110, mod = 1e9 + 7; void judge() { freopen("action.in", "r", stdin 阅读全文

posted @ 2023-09-18 23:33 rexrex 阅读(22) 评论(0) 推荐(0)