摘要: #include <stdio.h> #include <string.h> #define N 100 /* 这道题的输入要比较小心的处理, 由于字符是按顺序给的,所以我们不需要保存字符 基本思路 n = read() f[n] = read() best = 最优权值和 m = read() 循 阅读全文
posted @ 2021-11-23 23:26 usr_void 阅读(40) 评论(0) 推荐(0)