摘要: 题意 思路 当时怎么怎么样,题目思路是啥,需要注意哪些地方,哪里犯错了 代码 #include<bits/stdc++.h> using namespace std; const int N = 15; int n,vis[N],ans; struct node{ int x,y; }a[N]; b 阅读全文
posted @ 2023-02-16 16:54 董老师123 阅读(157) 评论(0) 推荐(0)