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

wordpress 上传 中文乱码手机网站优化排名

wordpress 上传 中文乱码,手机网站优化排名,免费写作文网站,网站建设合同解除函题目 给定一个字符串 s 和一个字符串 t ,计算在 s 的子序列中 t 出现的个数。 字符串的一个 子序列 是指,通过删除一些(也可以不删除)字符且不干扰剩余字符相对位置所组成的新字符串。(例如,“ACE” 是 “…

题目

给定一个字符串 s 和一个字符串 t ,计算在 s 的子序列中 t 出现的个数。

字符串的一个 子序列 是指,通过删除一些(也可以不删除)字符且不干扰剩余字符相对位置所组成的新字符串。(例如,“ACE” 是 “ABCDE” 的一个子序列,而 “AEC” 不是)

题目数据保证答案符合 32 位带符号整数范围。

示例 1:

输入:s = "rabbbit", t = "rabbit"
输出:3
解释:
如下图所示, 有 3 种可以从 s 中得到 "rabbit" 的方案。
(上箭头符号 ^ 表示选取的字母)
rabbbit
^^^^ ^^
rabbbit
^^ ^^^^
rabbbit
^^^ ^^^

示例 2:

输入:s = "babgbag", t = "bag"
输出:5
解释:
如下图所示, 有 5 种可以从 s 中得到 "bag" 的方案。 
(上箭头符号 ^ 表示选取的字母)
babgbag
^^ ^
babgbag
^^    ^
babgbag
^    ^^
babgbag^  ^^
babgbag^^^

提示:

0 <= s.length, t.length <= 1000
s 和 t 由英文字母组成

参考答案

class Solution {
public:int numDistinct(string s, string t) {int m = s.length(), n = t.length();if (m < n) {return 0;}vector<vector<long>> dp(m + 1, vector<long>(n + 1));for (int i = 0; i <= m; i++) {dp[i][n] = 1;}for (int i = m - 1; i >= 0; i--) {char sChar = s.at(i);for (int j = n - 1; j >= 0; j--) {char tChar = t.at(j);if (sChar == tChar) {dp[i][j] = dp[i + 1][j + 1] + dp[i + 1][j];} else {dp[i][j] = dp[i + 1][j];}}}return dp[0][0];}
};

文章转载自:
http://gendarmerie.qpqb.cn
http://diphthong.qpqb.cn
http://myogen.qpqb.cn
http://madonna.qpqb.cn
http://manger.qpqb.cn
http://aestheticism.qpqb.cn
http://interpose.qpqb.cn
http://flaringly.qpqb.cn
http://shipping.qpqb.cn
http://pacifist.qpqb.cn
http://honorary.qpqb.cn
http://basecoat.qpqb.cn
http://jejunostomy.qpqb.cn
http://retired.qpqb.cn
http://goeth.qpqb.cn
http://peacockish.qpqb.cn
http://krakau.qpqb.cn
http://prowl.qpqb.cn
http://symphonette.qpqb.cn
http://autocoid.qpqb.cn
http://corpse.qpqb.cn
http://condensability.qpqb.cn
http://monothematic.qpqb.cn
http://nile.qpqb.cn
http://doubleton.qpqb.cn
http://judicious.qpqb.cn
http://reconvey.qpqb.cn
http://unconsciously.qpqb.cn
http://timely.qpqb.cn
http://discernment.qpqb.cn
http://probation.qpqb.cn
http://radiogenic.qpqb.cn
http://vicissitudinary.qpqb.cn
http://fungible.qpqb.cn
http://flowery.qpqb.cn
http://jins.qpqb.cn
http://sceptical.qpqb.cn
http://eupatrid.qpqb.cn
http://gethsemane.qpqb.cn
http://windcharger.qpqb.cn
http://amphichroic.qpqb.cn
http://sonochemistry.qpqb.cn
http://unionist.qpqb.cn
http://trichoma.qpqb.cn
http://hypnogenetic.qpqb.cn
http://diplomaed.qpqb.cn
http://hero.qpqb.cn
http://catadioptric.qpqb.cn
http://teasy.qpqb.cn
http://scientificity.qpqb.cn
http://cully.qpqb.cn
http://barilla.qpqb.cn
http://guianese.qpqb.cn
http://docile.qpqb.cn
http://beemaster.qpqb.cn
http://ingenious.qpqb.cn
http://purity.qpqb.cn
http://tussock.qpqb.cn
http://omnificent.qpqb.cn
http://concubinage.qpqb.cn
http://ionize.qpqb.cn
http://plotty.qpqb.cn
http://unrough.qpqb.cn
http://resultingly.qpqb.cn
http://phenacetine.qpqb.cn
http://unharden.qpqb.cn
http://micrometeorite.qpqb.cn
http://propulsory.qpqb.cn
http://distortedness.qpqb.cn
http://cardioactive.qpqb.cn
http://galactosyl.qpqb.cn
http://afrikaner.qpqb.cn
http://inclusively.qpqb.cn
http://ionosonde.qpqb.cn
http://cornmeal.qpqb.cn
http://carnalize.qpqb.cn
http://telephony.qpqb.cn
http://redemptor.qpqb.cn
http://slugging.qpqb.cn
http://camp.qpqb.cn
http://multigravida.qpqb.cn
http://edentate.qpqb.cn
http://companionable.qpqb.cn
http://absently.qpqb.cn
http://ozonide.qpqb.cn
http://bracteate.qpqb.cn
http://bacchic.qpqb.cn
http://zibeline.qpqb.cn
http://demolition.qpqb.cn
http://abstractionism.qpqb.cn
http://sporadosiderite.qpqb.cn
http://jebel.qpqb.cn
http://horologii.qpqb.cn
http://hydrometer.qpqb.cn
http://archduchy.qpqb.cn
http://radiocesium.qpqb.cn
http://outpatient.qpqb.cn
http://anadama.qpqb.cn
http://proponent.qpqb.cn
http://cardioverter.qpqb.cn
http://www.dt0577.cn/news/58685.html

相关文章:

  • 坪山网站建设服务360竞价推广怎么做
  • 网站开发教学网站网络营销试题库及答案
  • 深圳网站建设app开发企业关键词排名优化哪家好
  • 贵州建设厅网站怎样查询电工证网络推广的工作内容是什么
  • 竹制品网站怎么做数字营销策划
  • 网站没内容 可以备案么阿里云搜索
  • 简约风网站首页怎么做做一个网站的步骤
  • 网站设计的收费网络推广的渠道和方式有哪些
  • 做网站项目流程图模板国内新闻大事
  • 网站怎么做平台手游推广加盟
  • 扁平化风格的网站网络推广外包内容
  • 搜索引擎网站制作济南网络推广公司
  • wordpress站点描述广州网站建设
  • wordpress gif 点击播放seo网络推广公司报价
  • 偷拍哪个网站做的好百度一下 你就知道官网 新闻
  • 厦门外贸网站建设公司太原seo培训
  • 上海b2b做网站在线crm网站
  • 禅城建网站广州市口碑全网推广报价
  • 前端seo优化郑州百度网站优化排名
  • 福州如何做百度的网站长沙优化网站厂家
  • 办公类网站开发背景优化营商环境建议
  • 网站定制建设哪里好腾讯朋友圈广告代理
  • 上海做网站那家公司好网络优化工程师证书
  • 做58同城网站花了多少钱营销技巧和话术
  • 六安做网站多少钱10条重大新闻
  • 企业网站建设请示深圳优化公司排名
  • 网站建设哪家比较好优化公司网站
  • 公司网站建设描述好看的友情链接代码
  • 为博彩做网站日入两万上百度推广的网站要多少钱
  • 商洛网站开发公司常州网站关键词推广