您当前的位置: 首页 > 

对方正在debug

暂无认证

  • 4浏览

    0关注

    399博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

2019 Multi-University Training Contest 5

对方正在debug 发布时间:2019-08-16 22:17:27 ,浏览量:4

题目链接:http://acm.hdu.edu.cn/search.php?field=problem&key=2019+Multi-University+Training+Contest+5&source=1&searchmode=source

three arrays(字典树+贪心)

HDU - 6625 参考:https://blog.csdn.net/mmk27_word/article/details/98611040 在这里插入图片描述

#include
using namespace std;
const int maxn=100010*30;
const int N=100010;

int tri[2][maxn][2];
int num[2][maxn],pos[2];
void insert1(int cur,int op)
{
	int c=0,x;
	for(int i=29;i>=0;i--){
		if((1            
关注
打赏
1664895754
查看更多评论
0.0429s