Jeanny
寂兮,寥兮,独立不改,周行而不殆
摘要: 过河 #include <bitsstdc++.h> using namespace std; const int N = (1<<16) + 5; int n, dp[N], t[N], w[N],m; int main() { cin>>m>>n; memset(dp, 0x3f, sizeof 阅读全文
posted @ 2025-03-20 16:44 Jeanny 阅读(18) 评论(0) 推荐(0)