P1058 (C++代码) 摘要:解题思路:注意事项:参考代码:宏伟的程序,我自己看的都头疼:#include <iostream> #define maxn 50 using namespace std; int n,m; …… 题解列表 2018年02月24日 0 点赞 0 评论 2136 浏览 评分:3.0
1325: [NOIP2006]作业调度方案 ```cpp#include#includeusingnamespacestd;constintmaxn=20;intn,m,line[maxn*maxn],workline[maxn][maxn],worktime[maxn][maxn], 题解列表 2023年05月20日 0 点赞 0 评论 948 浏览 评分:9.9