摘要: 避免双重for循环(超时) 1 #include<stdio.h> 2 #include<iostream> 3 #include<algorithm> 4 using namespace std; 5 const int m=100000; 6 struct node 7 { 8 int data 阅读全文
posted @ 2021-08-30 18:39 peekabooo 阅读(105) 评论(0) 推荐(0) 编辑