当前位置:网站首页>String to leading 0
String to leading 0
2022-07-06 08:12:00 【. dye】
string qu0(string a)
{ ll n;
if(a.size()>=2&&a[0]=='0')
{ n=a.size();
for(int i=0;i<n;i++)
{ if(a[i]!='0')break;
else{a.erase(a.begin());i--;}
}
}
return a;
}
边栏推荐
- Data governance: metadata management
- 使用 BR 备份 TiDB 集群数据到兼容 S3 的存储
- 数据治理:微服务架构下的数据治理
- Personalized online cloud database hybrid optimization system | SIGMOD 2022 selected papers interpretation
- Migrate data from CSV files to tidb
- [research materials] 2021 China online high growth white paper - Download attached
- Data governance: data quality
- 远程存储访问授权
- PHP - Common magic method (nanny level teaching)
- MFC sends left click, double click, and right click messages to list controls
猜你喜欢
ESP系列引脚說明圖匯總
esRally国内安装使用避坑指南-全网最新
Codeforces Global Round 19(A~D)
Analysis of pointer and array written test questions
让学指针变得更简单(三)
你想知道的ArrayList知识都在这
[research materials] 2021 Research Report on China's smart medical industry - Download attached
[redis] Introduction to NoSQL database and redis
Learn Arduino with examples
Convolution, pooling, activation function, initialization, normalization, regularization, learning rate - Summary of deep learning foundation
随机推荐
Machine learning - decision tree
How to use information mechanism to realize process mutual exclusion, process synchronization and precursor relationship
华为云OBS文件上传下载工具类
Easy to use tcp-udp_ Debug tool download and use
C language custom type: struct
Go learning notes (3) basic types and statements (2)
Image fusion -- challenges, opportunities and Countermeasures
Asia Pacific Financial Media | "APEC industry +" Western Silicon Valley invests 2trillion yuan in Chengdu Chongqing economic circle to catch up with Shanghai | stable strategy industry fund observatio
ESP系列引脚说明图汇总
【云原生】手把手教你搭建ferry开源工单系统
使用 BR 恢复 S3 兼容存储上的备份数据
Interview Reply of Zhuhai Jinshan
. Net 6 learning notes: what is NET Core
Nc204382 medium sequence
2.10transfrom attribute
PHP - Common magic method (nanny level teaching)
The Vice Minister of the Ministry of industry and information technology of "APEC industry +" of the national economic and information technology center led a team to Sichuan to investigate the operat
Artcube information of "designer universe": Guangzhou implements the community designer system to achieve "great improvement" of urban quality | national economic and Information Center
Data governance: metadata management
Uibehavior, a comprehensive exploration of ugui source code