鸣人的影分身 #includeusingnamespacestd;intt,n,m;intf[11][11];intmain(){cin>>t;for(inti=0;i>n>>m;cout 题解列表 2023年07月06日 0 点赞 0 评论 752 浏览 评分:7.0
3069: 鸣人的影分身 摘要:解题思路:分身数为1, 查克能力0或1只有一种分配方式; f[i][j]表示i查克能力j个分身的分配数注意事项:参考代码:#include<iostream> #include<cstring> …… 题解列表 2024年05月05日 0 点赞 0 评论 390 浏览 评分:0.0
CoKe 的天照 摘要:解题思路:注意事项:参考代码:DP#include"bits/stdc++.h" using namespace std; int t,m,n; int dp[11][11]; int mai…… 题解列表 2024年12月20日 0 点赞 0 评论 601 浏览 评分:0.0