摘要:
题意:找最短的木棍可以组成的长度, hdoj 1518 的加强版 代码: #include <stdio.h> #include <string.h> #include <algorithm> using std::sort; #define M 70 int s[M], vis[M]; int n 阅读全文
posted @ 2017-04-27 10:52
jzssuanfa
阅读(117)
评论(0)
推荐(0)
浙公网安备 33010602011771号