您当前的位置: 首页 > 

[Acwing] 第 47 场周赛 题解

*DDL_GzmBlog 发布时间:2022-04-17 14:30:46 ,浏览量:4

A.4399. 数字母

注意的是需要 g e t l i n e getline getline然后使用 m a p map map即可

Mycode
map mp;
set sss;

void solve(){
    string s;
    getline(cin,s);
    for(auto x : s){
        if(x>='a' && x a[i];
    for(int i = 0; i             
关注
打赏
1688896170
查看更多评论
0.0476s