ArenaRating

solved.ac Grand Arena Party × NEXON (onsite, rated)

There are two things that this problem asks us to do.

For this, we need to be able to convert between strings and numbers. The following is a list of conversion functions supported in each language. Refer to each language's reference document for details.

LanguageString > NumberNumber > String
Csscanfsprintf
C++stringstream, stoistringstream, stoi
Pythonintstr
JavaInteger.parseIntString.format
Rusti32::parse()format!
Javascript+, -+, ``