103190: [Atcoder]ABC319 A - Legendary Players

Memory Limit:256 MB Time Limit:2 S
Judge Style:Text Compare Creator:
Submit:7 Solved:0

Description

Score : $100$ points

Problem Statement

In AtCoder, the top $10$ 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 $10$ 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 $S$ of one of these players. Print that player's rating.

Constraints

  • $S$ is equal to one of the usernames of the top $10$ rated players in the algorithm category.

Input

The input is given from Standard Input in the following format:

$S$

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

Output

分数:100分

问题描述

在AtCoder中,排名前10的算法玩家的用户名会显示为金色王冠,而排名第一的玩家的用户名会显示为铂金王冠。

在这场竞赛开始时,算法类排名前10的玩家的用户名和等级如下:

tourist 3858
ksun48 3679
Benq 3658
Um_nik 3648
apiad 3638
Stonefeang 3630
ecnerwala 3613
mnbvmar 3555
newbiedmy 3516
semiexp 3481

你将获得这些玩家中一名玩家的用户名$S$。请输出该玩家的等级。

限制条件

  • $S$等于算法类排名前10的玩家中的一名玩家的用户名。

输入

输入数据从标准输入中给出,格式如下:

$S$

输出

在一行中输出对应玩家的等级。


样例输入1

tourist

样例输出1

3858

在比赛开始时, tourist的等级是3858。

HINT

输出指定用户的成绩。

加入题单

算法标签: