会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
枯坐SE
管理
2024年1月28日
[第十一届蓝桥杯省赛C++B组]解码 原创
摘要: 算法标签 NONE 题目简叙 思路 1.遇到数字就输出str[i]-1个的str[i-1] 2.否则就输出 单个字母本身 代码 #include<iostream> #include<string> using namespace std; int main(){ string str; cin>>
阅读全文
posted @ 2024-01-28 23:28 俺叫西西弗斯
阅读(0)
评论(0)
推荐(0)