今晚取快递题目,自己的想法,不知道对不对,我能说没来得及提交吗。。。。 #include <iostream> #include <limits.h> #include <vector> using namespace std; int n, m, s, t, min = INT_MAX, b[100000], e[100000], len[100000]; void route(bool history[10000], int length, int s, int t) {...