摘要: 落谷题目p1993 #include<iostream> #include<cstdio> using namespace std; typedef struct item { /* data */ int u; int v; int w; }Item; Item a[5000+5]; int n, 阅读全文
posted @ 2021-08-20 12:13 seonwee 阅读(52) 评论(0) 推荐(0)