简单模拟 # 2576: 蓝桥杯2020年第十一届省赛真题-解码 ```#define_CRT_SECURE_NO_WARNINGS1#include#include#include#include#include#include#include#include#include#include#defineMAX0x3f3f3f3f#defineMIN-0x3f3f 题解列表 2024年11月07日 0 点赞 0 评论 407 浏览 评分:9.9
每一行都有解析的c++代码。 摘要:参考代码:#include <bits/stdc++.h>//c++万能头文件using namespace std;//可以不写,不写的话,在用的地方前加std::int main() {//主函数…… 题解列表 2024年11月05日 1 点赞 0 评论 526 浏览 评分:8.0
2576: 蓝桥杯2020年第十一届省赛真题-解码 #include#include#includeusingnamespacestd;charstr1[100];charstr2[1000];intmain(){cin>>str1;charch;intlen=strlen(str1);intj=1;str2[0]=str1[0];for(inti=1 题解列表 2024年04月04日 0 点赞 0 评论 573 浏览 评分:0.0
c++string自带的函数挺好用的 摘要:#include using namespace std; string s,ans; int main() { cin>>s; for(int i=0;i<s.size();i++…… 题解列表 2023年04月01日 0 点赞 0 评论 547 浏览 评分:9.9