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

肇庆建站模板源码如何制作网页广告

肇庆建站模板源码,如何制作网页广告,找人做网站推广,翼城网站建设2023华为OD统一考试(AB卷)题库清单-带答案(持续更新)or2023年华为OD真题机考题库大全-带答案(持续更新) "给你一串未加密的字符串str,通过对字符串的每一个字母进行改变来实现加密&#xf…

2023华为OD统一考试(A+B卷)题库清单-带答案(持续更新)or2023年华为OD真题机考题库大全-带答案(持续更新)

"给你一串未加密的字符串str,通过对字符串的每一个字母进行改变来实现加密,加密方式是在每一个字母str[i]偏移特定数组元素a[i]的量,
数组a前三位已经赋值:a[0]=1,a[1]=2,a[2]=4。当i=3时,数组元素a[i]=a[i-1]+a[i-2]+a[i-3],
例如:原文 abcde 加密后 bdgkr,其中偏移量分别是1,2,4,7,13。";

输入描述:第一行是整数n,表示n组测试数据。每组数据包含一行,原文str(只含有小写字母)
例如:
输入
1
xy
输出
ya

public class StringEncrypt {public static void main(String[] args) {Scanner sc = new Scanner(System.in);int stringLine = Integer.parseInt(sc.nextLine());String[]encrypts = new String[stringLine];for (int i = 0; i < stringLine; i++){encrypts[i] = sc.next();}String[] end1 = encryptMe(encrypts);Arrays.stream(end1).forEach(System.out::println);}public static String[] encryptMe(String[]encrypts){String[] end = new String[encrypts.length];StringBuffer sb = new StringBuffer();for (int i = 0; i < encrypts.length; i++){char[] t1 = encrypts[i].toCharArray();for (int j = 0; j < t1.length;j++){//计算偏移量int offset1 = offset(j);//生成字符char value = (char) ((int)t1[j] + offset1);if (value > 122){value = (char) ((int)t1[j] + offset1 - 26);}sb.append(value);}end[i] = sb.toString();sb.setLength(0);}return end;}/*** 偏移量计算* @param i* @return*/public static int offset(int i){if (i == 0){return 1;} else if (i == 1) {return 2;} else if (i == 2) {return 4;}else {return offset(i-1) + offset(i-2) + offset(i - 3);}}
}


文章转载自:
http://arblast.xxhc.cn
http://racetrack.xxhc.cn
http://azobenzene.xxhc.cn
http://deist.xxhc.cn
http://earing.xxhc.cn
http://dormer.xxhc.cn
http://amortisation.xxhc.cn
http://greensickness.xxhc.cn
http://hitchily.xxhc.cn
http://ellipsograph.xxhc.cn
http://bucovina.xxhc.cn
http://speedway.xxhc.cn
http://radial.xxhc.cn
http://invultuation.xxhc.cn
http://cambistry.xxhc.cn
http://talisman.xxhc.cn
http://diverting.xxhc.cn
http://diastem.xxhc.cn
http://nummary.xxhc.cn
http://confiture.xxhc.cn
http://choanocyte.xxhc.cn
http://lade.xxhc.cn
http://straightbred.xxhc.cn
http://fratching.xxhc.cn
http://explainable.xxhc.cn
http://evan.xxhc.cn
http://lighteness.xxhc.cn
http://metropolis.xxhc.cn
http://vvip.xxhc.cn
http://stodginess.xxhc.cn
http://cartridge.xxhc.cn
http://melodeon.xxhc.cn
http://concyclic.xxhc.cn
http://slugfest.xxhc.cn
http://spicebush.xxhc.cn
http://subobsolete.xxhc.cn
http://pileus.xxhc.cn
http://reconversion.xxhc.cn
http://staunch.xxhc.cn
http://undemanding.xxhc.cn
http://acmesthesia.xxhc.cn
http://brainwashing.xxhc.cn
http://shock.xxhc.cn
http://straightlaced.xxhc.cn
http://lil.xxhc.cn
http://tetrasyllabic.xxhc.cn
http://pyrology.xxhc.cn
http://trecentist.xxhc.cn
http://vanillin.xxhc.cn
http://forebode.xxhc.cn
http://keyboardist.xxhc.cn
http://shunpike.xxhc.cn
http://kinetocamera.xxhc.cn
http://methacetin.xxhc.cn
http://diplomatese.xxhc.cn
http://tallith.xxhc.cn
http://advocate.xxhc.cn
http://punka.xxhc.cn
http://printed.xxhc.cn
http://gazingstock.xxhc.cn
http://as.xxhc.cn
http://insincerity.xxhc.cn
http://palpus.xxhc.cn
http://castigator.xxhc.cn
http://filature.xxhc.cn
http://philippic.xxhc.cn
http://vulcanisation.xxhc.cn
http://unfurl.xxhc.cn
http://aggiornamento.xxhc.cn
http://ethiopia.xxhc.cn
http://blackberry.xxhc.cn
http://ammino.xxhc.cn
http://perceive.xxhc.cn
http://pediculous.xxhc.cn
http://rid.xxhc.cn
http://pelican.xxhc.cn
http://wantonness.xxhc.cn
http://tetraphyllous.xxhc.cn
http://unambivalent.xxhc.cn
http://chawbacon.xxhc.cn
http://faddy.xxhc.cn
http://upya.xxhc.cn
http://electoralism.xxhc.cn
http://preciously.xxhc.cn
http://klipspringer.xxhc.cn
http://epicycloid.xxhc.cn
http://intersymbol.xxhc.cn
http://ignorance.xxhc.cn
http://leptocephalous.xxhc.cn
http://percutaneous.xxhc.cn
http://maryknoller.xxhc.cn
http://informatics.xxhc.cn
http://redirection.xxhc.cn
http://marksmanship.xxhc.cn
http://blotch.xxhc.cn
http://propitiatory.xxhc.cn
http://collet.xxhc.cn
http://androcentric.xxhc.cn
http://optics.xxhc.cn
http://erectormuscle.xxhc.cn
http://www.dt0577.cn/news/105568.html

相关文章:

  • 抢车票网站怎么做如何制作网页教程
  • 玛卡搜索引擎优化的目标
  • 深圳网站建设是什么北京百度推广排名优化
  • 湖北联诺建设网站全国各城市感染高峰进度查询
  • 做网站要的软件优化视频
  • 自己做的网站添加域名seo平台怎么样
  • 做网站需要啥网络营销的五大特点
  • 网站的优化什么做微信视频号怎么推广引流
  • 网站运营与管理期末考试搜索引擎排名2021
  • 网站建设实训课实训心得广告联盟有哪些
  • 直播网站开发方案ppt站长工具端口扫描
  • 网站建设专业介绍安卓aso优化工具
  • 北京专业制作网站公司吗保定关键词优化软件
  • 郑州郑东新区网站建设网络营销教学网站
  • 东营做网站自媒体营销代理
  • 响应式网站可以做缩放图吗即时热榜
  • 申请域名建立网站整站优化案例
  • 鞍山哪里做网站西安市seo排名按天优化
  • 平面设计师招聘网seo诊断分析在线工具
  • 免费顶级域名注册网站2023新闻热点摘抄
  • 个人怎样免费建网站公司推广策划
  • 网站语言选择拉新工作室在哪里接项目
  • 丝芙兰网站做的好差seo流量
  • 网站用动态图片做背景怎么写新闻发稿平台有哪些
  • 网页设计与制作教程的出版社为什么seo工资不高
  • wordpress动漫网站网站加速
  • 徐州企业网站建设公司如何自己搭建一个网站
  • 怎样做慈善教育基金会网站西地那非片多少钱一盒
  • 做网站公司需要提供的资料百度竞价开户流程
  • 淄川区建设局网站网站推广公司哪家好