',subtitle:{text:["Loading..."],hitokoto:{enable:!0,show_author:!0,api:"https://v1.hitokoto.cn"},typing_speed:100,backing_speed:80,starting_delay:500,backing_delay:1500,loop:!1,smart_backspace:!0},text_color:{light:"#434343",dark:"#d1d1b6"},text_style:{title_size:"2.8rem",subtitle_size:"1.5rem",line_height:1.2},custom_font:{enable:!1,family:null,url:null},social_links:{enable:!0,style:"default",links:{github:"https://github.com/FrederickBun",instagram:null,zhihu:"https://www.zhihu.com/people/frederick-asyou",twitter:"https://twitter.com/FrederickAsYou",email:"i@setbun.com",bilibili:"https://space.bilibili.com/689929775?from=buntalk",facebook:"https://www.facebook.com/FrederickAsYou",youtube:"https://www.youtube.com/@Fredgg0017","fa-solid fa-train-subway":"https://www.travellings.cn/go.html","fa-solid fa-bell":"https://follow.it/buntalk?leanpub"},qrs:{weixin:null,"fa-solid fa-circle-dollar-to-slot":"https://cdn.jsdelivr.net/gh/FrederickBun/upyun-rhimgcdn@img/upload/202408110944048.png"}}},plugins:{feed:{enable:!0},aplayer:{enable:!1,type:"fixed",audios:[{name:null,artist:null,url:null,cover:null,lrc:null}]},mermaid:{enable:!0,version:"9.3.0"}},version:"2.7.2",navbar:{auto_hide:!1,color:{left:"#DCE2F1",right:"#FAF9DE",transparency:35},width:{home:"1200px",pages:"1000px"},links:{Home:{path:"/",icon:"fa-solid fa-planet-ringed"},Library:{icon:"fa-solid fa-book-sparkles",submenus:{Timeline:"/archives",Categories:"/categories",Tags:"/tags"}},Services:{icon:"fa-solid fa-server",submenus:{"Uptime status":"https://status.setbun.com/","Count Service":"https://vercount.one/","Whois Search":"https://whois.api.setbun.com/"}},About:{icon:"fa-solid fa-mug-hot",submenus:{Me:"/about",Links:"/links",Essays:"/essays",Photos:"/masonry",Subscribe:"/subscribe",Porfolio:"https://frederication.work"}}},search:{enable:!0,preload:!1}},page_templates:{friends_column:2,tags_style:"blur"},home:{sidebar:{enable:!0,position:"left",first_item:"menu",announcement:'营火,噼啪作响……
',show_on_mobile:!0,links:{Timeline:{path:"/archives",icon:"fa-regular fa-timeline"},Tags:{path:"/tags",icon:"fa-regular fa-tags"},Categories:{path:"/categories",icon:"fa-regular fa-folder-closed"},Essays:{path:"/essays",icon:"fa-regular fa-comment"},Photos:{path:"/masonry",icon:"fa-regular fa-images"},Travelling:{icon:"fa-solid fa-train-subway",path:"https://www.travellings.cn/go.html"},Subscibe:{icon:"fa-solid fa-bell",path:"/subscribe"}}},article_date_format:"auto",excerpt_length:300,categories:{enable:!0,limit:10},tags:{enable:!0,limit:10}},footerStart:"2023/2/6 03:09:13"},window.lang_ago={second:"%s seconds ago",minute:"%s minutes ago",hour:"%s hours ago",day:"%s days ago",week:"%s weeks ago",month:"%s months ago",year:"%s years ago"},window.data={masonry:!0}
题目 1.题目分析一道简单的字符串操作题,直接套用C++中字符串对应的操作即可 2.做题思路 使用 while 循环读入字符串 inpt 为 . 时停止读入 对 inpt 字符串执行 inpt.append(1,' ') 意思是在读入的字符串后加一个空格,因为 cin 会排掉空格 定义一个 str 字符串用来储存答案 对 str 字符串执行 str.insert(0, inpt) 即将输入内容添加至 str 字符串最前面 输出 str 即可 3.复杂度计算由于只需要循环长度次,所以时间复杂度为 是完全不会超的 4.完整代码希望大家不要让我强行上反作弊1234567891011...
tips 本文是由 hexo-theme-redefine 主题的其中一名贡献者维护,不代表官方立场,官方信息请转移官网 查看 This article is made up of hexo-theme-redefine theme of one of the contributors to maintain, does not represent the official position, the official information please check on the Offcial Website . ...
前言:在学校信息队训练的时候布置了这一道题目,但是只求一次。然后上洛谷发现UVA题库求多次,因为方法一样只需嵌套,所以就做了一下(没有账号提交不了=m=) 信息队原题 1.题目分析题目要求将整数 到 组成一个环,使得相邻的两个整数之和均为素数。 我们需要找到所有满足条件的素数环,并按照要求输出。 由于 的值不超过 ,我们可以使用回溯法来尝试所有可能的组合。 2.做题思路判断当前取出的数字是否和前一个组成素数,这一步可以用一个 check函数来解决(num的值为两个数字的和) 123456789101112131415bool check(int num){ if (num ...
在AI时代咱得研究点新的东西,最近不是智能体这玩意火了嘛,咱也来玩玩! 免责声明 AI模型内容仅供学习和参考使用,请勿用于其他内容。也请带着辩证思维理性看待AI生成内容,因为没有人可以保证其内容可靠性与真实性!!! 模型简介 首先呢得说明一点,这个模型未经充分测试,还是请大家帮忙训练一下哦! 他的主要功能是你可以尝试将题目链接或者题目markdown喂给它(先尝试后者),然后它会生成对应代码和题解。 模型愿景希望能够越来越准确吧,也不知道能对他说点啥。。。 获取方式打开豆包AI ➔ 登陆 ➔ 点击发现AI智能体 ➔ 在搜索框中输入OI做题能手 ➔ 找到和上方信息...
引入:之前发现了腾讯的许多新的产品,其中有AiLogo、Codesign等系列。然后发现Codesign是一个不错的设计师工具,可以用来制作图标库,于是便欣然尝试…… 简介类似Codesign工具不少人应该用过~注册账号后,他看起来就像这样: 在“项目”这一板块中,可以看到正在设计的许多项目。这大多为设计网页/APP这类产品而提供的功能,包括统一的UI设计、交互设计。 素材板块这一块我用的不多,不过Solitude团队会用它来分享主题素材,还是非常方便的!! 图标板块这一块是我重磅推荐的,因为之前我想在博客里用自己的图标库,但是太太太麻烦了,而Codesign却解决了我的...
前言之前一直都是用的腾讯柠檬清理,可总觉得功能有那么一点点少,决定买一个CleanMyMacX。 ![Tencent Lemon与CleanmymacX][image-1] 首先需要说明,CleanmymacX是Macpaw公司的,官网是以下两个 国外官网:[macpaw.com/cleanmymac][1] ![macpaw官网截图][image-2] [mac杀毒软件|mac删除软件|mac清理缓存|Cleanmymac X官网][2] ![Cleanmymac中国🇨🇳官网][image-3] 看完以上内容,咱们就开始进入正题吧~~ 🔔提示:本文含有部分个人观点!!...
前言今天准备上Github传项目,结果收到要求两步验证的提示。于是我翻了一下Github博客 博客链接 这篇新闻总的意思来说就是要求用户必须添加“两步验证”方式,否则无法访问某些功能 这里给大家出了一个设置Github两步验证的教程,希望大家喜欢! 1. 找到Github设置“两步验证”的地方在Github设置可以找到,不过你可以通过下面的链接👇快速进入 https://github.com/settings/two_factor_authentication/setup/intro 进入后应该会看到这样的界面 2. 使用“两步验证”App进行验证这里先把电...