摘要:
#include<iostream> //https://www.cnblogs.com/shihuajie/archive/2013/03/25/2980709.html using namespace std; long long pow(long long x,int y){ long lon 阅读全文
posted @ 2021-11-19 22:30
智人心
阅读(51)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<queue> //https://blog.csdn.net/lyy289065406/article/details/6647917 using namespace std; int m[530000]; int main(){ int i, 阅读全文
posted @ 2021-11-19 21:19
智人心
阅读(35)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<algorithm> using namespace std; int main(){ int i,n,data[10005]; scanf("%d",&n); for(i=0;i<n;i++){ scanf("%d",&data[i]); } 阅读全文
posted @ 2021-11-19 16:54
智人心
阅读(37)
评论(0)
推荐(0)

浙公网安备 33010602011771号