摘要:
1.数组推导 #include<iostream> #include<vector> #include<cstring> using namespace std; int n; int maxs = 0; int mins = 0; int main(){ cin>>n; vector<int> B 阅读全文
摘要:
-1. #include<iostream> #include<vector> using namespace std; int n; int m; class Point{ public: int x; int y; char flag; }; class Linear{ public: int 阅读全文