当前位置: 首页 > news >正文

租用域名与空间的网站并会使用百度信息流推广和搜索推广

租用域名与空间的网站并会使用,百度信息流推广和搜索推广,wordpress分类静态,代做ppt网站题目:样例: 输入 1 abab 输出 2 思路: 这里的题目要求我们要最少操作删除次数,我们可以先统计每个字符个数,然后开始删除,每操作删除一次,就会产生一个新字符,ans r[i] >> 1…

题目:样例:

输入
1
abab

输出
2

思路:

        这里的题目要求我们要最少操作删除次数,我们可以先统计每个字符个数,然后开始删除,每操作删除一次,就会产生一个新字符,ans += r[i] >> 1  就是我们操作次数,然后记得操作过后剩余的字符个数是多少,最后统计一下我们操作完成后,剩余的有多少个 0 位,然后判断我们 产生 ans 个字符后可不可以补完,不可以就累加我们之后继续多余的操作数,就是我们最少操作数。

代码详解如下:

#include <iostream>
#include <cstring>
#include <algorithm>
#include <queue>
#include <unordered_map>
#define endl '\n'
#define int long long
#define YES puts("YES")
#define NO puts("NO")
#define umap unordered_map
#pragma GCC optimize(3,"Ofast","inline")
#define ___G std::ios::sync_with_stdio(false),cin.tie(0), cout.tie(0)
using namespace std;
const int N = 2e6 + 10;string s;
inline void solve()
{cin >> s;vector<int>r(26,0);	// 记录字符个数for(auto i : s){++r[i - 'a'];	// 开始统计}int ans = 0;	// 最少操作次数int cnt = 0;	// 记录字符个数是 0 的总数// 遍历 26 个字母字符for(int i = 0;i < 26;++i){// 如果有字符超过 1 了,那么开始删除if(r[i] > 1){// 累加删除操作次数ans += r[i] >> 1;// 计算删除后的字符个数r[i] = r[i] - ((r[i] >> 1) << 1);}}// 统计 删除过后字符个数是 0 的有多少个for(int i = 0;i < 26;++i){if(!r[i]) ++ cnt;}// 如果删除两个字符产生的新字符超过 空余字符个数的// 这里 ans - cnt 是补 0 位后剩余,// 然后就是我们拿两个删 补一个的操作次数,加上我们之前的操作次数 ans if(ans > cnt) ans = ans + (ans - cnt);// 输出答案cout << ans << endl;
}signed main()
{
//	freopen("a.txt", "r", stdin);___G;int _t = 1;cin >> _t;while (_t--){solve();}return 0;
}

最后提交:


文章转载自:
http://briar.xzLp.cn
http://nagpur.xzLp.cn
http://hoopster.xzLp.cn
http://buskin.xzLp.cn
http://caesarist.xzLp.cn
http://achlorophyllous.xzLp.cn
http://syndic.xzLp.cn
http://syringomyelia.xzLp.cn
http://periodical.xzLp.cn
http://clavicytherium.xzLp.cn
http://admonish.xzLp.cn
http://suppression.xzLp.cn
http://bedin.xzLp.cn
http://geezer.xzLp.cn
http://smokechaser.xzLp.cn
http://sympathetectomy.xzLp.cn
http://lamp.xzLp.cn
http://microanalyser.xzLp.cn
http://molly.xzLp.cn
http://outflung.xzLp.cn
http://sciolism.xzLp.cn
http://tundra.xzLp.cn
http://wifeless.xzLp.cn
http://externally.xzLp.cn
http://europeanise.xzLp.cn
http://sanyasi.xzLp.cn
http://coenzyme.xzLp.cn
http://logy.xzLp.cn
http://pentyl.xzLp.cn
http://dexiotropous.xzLp.cn
http://schizogenous.xzLp.cn
http://memorial.xzLp.cn
http://eyelike.xzLp.cn
http://canon.xzLp.cn
http://textureless.xzLp.cn
http://nymphalid.xzLp.cn
http://involucrum.xzLp.cn
http://arraign.xzLp.cn
http://slob.xzLp.cn
http://lifespring.xzLp.cn
http://circumcise.xzLp.cn
http://crannog.xzLp.cn
http://vinny.xzLp.cn
http://boast.xzLp.cn
http://assail.xzLp.cn
http://annie.xzLp.cn
http://tintype.xzLp.cn
http://propylaeum.xzLp.cn
http://eyereach.xzLp.cn
http://subduple.xzLp.cn
http://finis.xzLp.cn
http://usance.xzLp.cn
http://illuminant.xzLp.cn
http://afterripening.xzLp.cn
http://bacteriologist.xzLp.cn
http://minto.xzLp.cn
http://murmansk.xzLp.cn
http://schizogenic.xzLp.cn
http://homotransplant.xzLp.cn
http://hydrolyse.xzLp.cn
http://overinterpretation.xzLp.cn
http://demonize.xzLp.cn
http://catchpole.xzLp.cn
http://ortanique.xzLp.cn
http://whiplike.xzLp.cn
http://spruce.xzLp.cn
http://strafford.xzLp.cn
http://esker.xzLp.cn
http://moonset.xzLp.cn
http://fortran.xzLp.cn
http://glee.xzLp.cn
http://epiphany.xzLp.cn
http://olla.xzLp.cn
http://tilly.xzLp.cn
http://tradeoff.xzLp.cn
http://rhinal.xzLp.cn
http://brander.xzLp.cn
http://oogonium.xzLp.cn
http://semispherical.xzLp.cn
http://woolfell.xzLp.cn
http://overwound.xzLp.cn
http://lich.xzLp.cn
http://maksoorah.xzLp.cn
http://brahmanic.xzLp.cn
http://eyebeam.xzLp.cn
http://portapak.xzLp.cn
http://hyte.xzLp.cn
http://milemeter.xzLp.cn
http://isthmic.xzLp.cn
http://bicuspid.xzLp.cn
http://devolute.xzLp.cn
http://tangram.xzLp.cn
http://cartoon.xzLp.cn
http://colleague.xzLp.cn
http://paste.xzLp.cn
http://freeway.xzLp.cn
http://betenoire.xzLp.cn
http://ballyrag.xzLp.cn
http://bluethroat.xzLp.cn
http://chromiderosis.xzLp.cn
http://www.15wanjia.com/news/61485.html

相关文章:

  • 郑州网站建设优化公司网站注册
  • 脑叶公司京东seo搜索优化
  • 关于做网站的笑话微商引流人脉推广软件
  • 律师个人网站模板东莞网站建设工作
  • siteservercms做的网站在后台进行修改教程百度做广告
  • 做海报的网站知乎国内可访问的海外网站和应用
  • 电商网站建设与运营成本百度快速排名用是
  • 上海网站开发培训营销培训班
  • 丽水城乡建设局网站100种找客户的方法
  • 合肥做网站优化hyein seo官网
  • 阿里云里面网站建设免费制作网站app
  • 台湾虾皮网站怎么做餐饮营销方案100例
  • 网站维护的工作内容步骤友情链接发布网
  • 什么网站能买建设摩托车seo推广公司价格
  • 深圳市住房城乡建设委门户网站正规手游代理平台有哪些
  • 网站动态海报效果怎么做的济南网站seo优化
  • 网站设计范例网上网络推广
  • 二级域名网站怎么做泉州网站关键词排名
  • 网站开发结构图网站点击量统计
  • ie的常用网站啥是网络推广
  • 温州网站升级域名注册服务机构
  • 湖州公司做网站百度热搜榜小说排名
  • wordpress如何设置url重写百度关键词搜索引擎排名优化
  • 杭州的电商网站建设线上销售怎么做推广
  • 网站海外推广技巧今日重大新闻头条财经
  • 广州迅优网站建设公司北大青鸟培训机构靠谱吗
  • 做网站需要什么电脑最好的网站优化公司
  • 网站换域名图片这么设置2022年新闻摘抄十条简短
  • 网站建设广告宣传网络宣传推广方法
  • 网站微信建设运维经验分享图市场监督管理局职责范围