摘要: 转自:https://blog.csdn.net/weixin_43914593/article/details/107508909?utm_source=app 1 import java.math.*; 2 import java.util.*; 3 public class Main{ 4 p 阅读全文
posted @ 2020-09-16 18:13 LegendN 阅读(89) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<algorithm> 3 #include<cstring> 4 #include<string> 5 #include<cstdio> 6 7 using namespace std; 8 9 int n; 10 int a[1010 阅读全文
posted @ 2020-09-16 13:06 LegendN 阅读(153) 评论(0) 推荐(0)