#abc319a. A - Legendary Players
A - Legendary Players
Score : points
问题描述
在 AtCoder 平台上,排名前 的高分玩家用户名旁边会显示金色王冠图标,而排名第一的玩家用户名旁边则会显示铂金王冠图标。
在本次比赛开始时,算法类别中排名前 的高分玩家的用户名及其对应的分数如下:
tourist 3858
ksun48 3679
Benq 3658
Um_nik 3648
apiad 3638
Stonefeang 3630
ecnerwala 3613
mnbvmar 3555
newbiedmy 3516
semiexp 3481
现给出其中一位玩家的用户名 ,请输出该玩家的评分。
以上为通义千问 qwen-max 翻译,仅供参考。
Problem Statement
In AtCoder, the top rated players' usernames are displayed with a gold crown, and the top-rated player's username is displayed with a platinum crown.
At the start of this contest, the usernames and ratings of the top rated players in the algorithm category are as follows:
tourist 3858
ksun48 3679
Benq 3658
Um_nik 3648
apiad 3638
Stonefeang 3630
ecnerwala 3613
mnbvmar 3555
newbiedmy 3516
semiexp 3481
You are given the username of one of these players. Print that player's rating.
Constraints
- is equal to one of the usernames of the top rated players in the algorithm category.
Input
The input is given from Standard Input in the following format:
Output
Print the rating of the corresponding player in one line.
Sample Input 1
tourist
Sample Output 1
3858
At the start of this contest, the rating of tourist in the algorithm category is .
Sample Input 2
semiexp
Sample Output 2
3481
At the start of this contest, the rating of semiexp in the algorithm category is .
update @ 2024/3/10 09:06:22