博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【HDOJ】4403 A very hard Aoshu problem
阅读量:6682 次
发布时间:2019-06-25

本文共 528 字,大约阅读时间需要 1 分钟。

HASH+暴力。

1 /* 4403 */ 2 #include 
3 #include
4 #include
5 #include
6 #include
7 using namespace std; 8 9 #define MAXN 5510 11 map
tb[2];12 char s[MAXN];13 14 int get(int b, int e) {15 int ret = 0;16 17 for (int i=b; i
::iterator iter=tb[0].begin(); iter!=tb[0].end(); iter++)54 ans += iter->second * tb[1][iter->first];55 }56 printf("%d\n", ans);57 }58 59 return 0;60 }

 

转载于:https://www.cnblogs.com/bombe1013/p/4198096.html

你可能感兴趣的文章
对Controller的单元测试
查看>>
人工智能无法挑战人心
查看>>
移动web 1px边框解决方案
查看>>
centos7.4 Rsync配置和触发备份
查看>>
Oracle12c 安装
查看>>
DX11之D3DXMatrixIdentity 函数
查看>>
四项重要标准 让金融机构评选合适的DDoS防护提供商
查看>>
iOS开发的插件和工具
查看>>
设置UIButton,UITextFild边框圆角(上半边或下半边)
查看>>
Python __init__.py 文件使用
查看>>
Spring源码-IOC容器(五)-Bean的初始化
查看>>
zookeeper原理
查看>>
我的友情链接
查看>>
有监视哨的顺序查找
查看>>
微信小程序开发之表单验证(WxValidate使用)
查看>>
Oracle DataBase 各种版本资源路径汇总
查看>>
缓存名称服务器
查看>>
Ext.Loader 详解--中文
查看>>
sql server学习小结
查看>>
python发送邮件的实例代码(支持html、图片、附件)
查看>>