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