摘要: 传送 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 using namespace std; 6 int cnt=0,original_value[9000001]={0},a[ 阅读全文
posted @ 2021-01-29 15:46 latent_Lin 阅读(106) 评论(0) 推荐(0)
摘要: 指路例题 1 /* 2 5 10 3 59 46 14 87 41 4 0 2 1 5 0 1 1 14 6 0 1 1 57 7 0 1 1 88 8 4 2 4 9 0 2 5 10 0 2 4 11 4 2 1 12 2 2 2 13 1 1 5 91 14 */ 15 #include<io 阅读全文
posted @ 2021-01-29 09:19 latent_Lin 阅读(89) 评论(1) 推荐(0)