摘要:
A:签到题 排个序看一下相邻三个能够构成三角形即可。 #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<int,int> pii; const int N = 2e4 + 5; const 阅读全文
摘要:
https://www.luogu.com.cn/problem/P2505 卡卡常数了,看测评机了。 import java.io.*; import java.util.*; public class Main { public static int N = 1505; public stati 阅读全文