题解 | #名字的漂亮度#

名字的漂亮度

https://www.nowcoder.com/practice/02cb8d3597cf416d9f6ae1b9ddc4fde3

#include <stdio.h>

#include <string.h>

int main() {

    int i,j,k,n,sum,count;

    char str[10001];

    scanf("%d",&n);

    for(i=0;i<n;i++)

    {

        sum=0;

        count=26;

        scanf("%s",str);

        int letter[26]={0};

        for(j=0;j<strlen(str);j++)

        {

            if(str[j]>='A'&&str[j]<='Z')

            str[j]=str[j]-'A'+'a';

            letter[str[j]-'a']++;

        }

        for(j=10000;j>0;j--)

        {

            for(k=0;k<26;k++)

            {

                if(letter[k]==j)

                {

                    sum=sum+j*count;

                    count--;

                }

            }

        }

        printf("%d\n",sum);

        

    }

    

    return 0;

}

全部评论

相关推荐

小浪_Coding:找硬件测试,也可兼顾软测欧, 简历还可以的 ,注意排版,项目写的有条理一点, 然后个人技能多加点, 润色好简历之后就开始沟通海投了,深圳,东莞这边做硬件相关的公司还不少, 医疗类,仪器类的都可以尝试
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务