当前位置:网站首页>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;
}边栏推荐
- [research materials] 2022 China yuancosmos white paper - Download attached
- CAD ARX 获取当前的视口设置
- Nft智能合约发行,盲盒,公开发售技术实战--拼图篇
- 24. Query table data (basic)
- ESP series pin description diagram summary
- Easy to use tcp-udp_ Debug tool download and use
- How to use information mechanism to realize process mutual exclusion, process synchronization and precursor relationship
- P3047 [usaco12feb]nearby cows g (tree DP)
- Secure captcha (unsafe verification code) of DVWA range
- Understanding of law of large numbers and central limit theorem
猜你喜欢

Use Alibaba icon in uniapp

在 uniapp 中使用阿里图标

Pyqt5 development tips - obtain Manhattan distance between coordinates

面向个性化需求的在线云数据库混合调优系统 | SIGMOD 2022入选论文解读

Personalized online cloud database hybrid optimization system | SIGMOD 2022 selected papers interpretation

Database basic commands
![07- [istio] istio destinationrule (purpose rule)](/img/be/fa0ad746a79ec3a0d4dacd2896235f.jpg)
07- [istio] istio destinationrule (purpose rule)

The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower

IP lab, the first weekly recheck

Epoll and IO multiplexing of redis
随机推荐
Artcube information of "designer universe": Guangzhou implements the community designer system to achieve "great improvement" of urban quality | national economic and Information Center
Golang DNS 随便写写
Restore backup data on S3 compatible storage with br
[Yugong series] February 2022 U3D full stack class 011 unity section 1 mind map
数据治理:元数据管理篇
What are the ways to download network pictures with PHP
ESP系列引脚说明图汇总
[factorial inverse], [linear inverse], [combinatorial counting] Niu Mei's mathematical problems
将 NFT 设置为 ENS 个人资料头像的分步指南
All the ArrayList knowledge you want to know is here
C语言自定义类型:结构体
Data governance: data quality
MFC sends left click, double click, and right click messages to list controls
MySQL view tablespace and create table statements
It's hard to find a job when the industry is in recession
Introduction to backup and recovery Cr
ESP series pin description diagram summary
Mex related learning
Nft智能合约发行,盲盒,公开发售技术实战--拼图篇
指针和数组笔试题解析