GUPTA MECHANICAL

IN THIS WEBSITE I CAN TELL ALL ABOUT TECH. TIPS AND TRICKS APP REVIEWS AND UNBOXINGS ALSO TECH. NEWS .............

Monday 2 May 2022

Dictionary Codeforces Solution | Codeforces Problem Solution 2022

B. Dictionary
time limit per test
2 seconds
memory limit per test
512 megabytes
input
standard input
output
standard output

The Berland language consists of words having exactly two letters. Moreover, the first letter of a word is different from the second letter. Any combination of two different Berland letters (which, by the way, are the same as the lowercase letters of Latin alphabet) is a correct word in Berland language.

Solution Click Below:-  CLICK HERE

The Berland dictionary contains all words of this language. The words are listed in a way they are usually ordered in dictionaries. Formally, word a comes earlier than word b in the dictionary if one of the following conditions hold:

  • the first letter of a is less than the first letter of b;
  • the first letters of a and b are the same, and the second letter of a is less than the second letter of b.

So, the dictionary looks like that:

  • Word 1ab
  • Word 2ac
  • ...
  • Word 25az
  • Word 26ba
  • Word 27bc
  • ...
  • Word 649zx
  • Word 650zy

You are given a word s from the Berland language. Your task is to find its index in the dictionary.

Input

The first line contains one integer t (1t650) — the number of test cases.

Each test case consists of one line containing s — a string consisting of exactly two different lowercase Latin letters (i. e. a correct word of the Berland language).

Output

For each test case, print one integer — the index of the word s in the dictionary.

Join Now for Solution:- 

                                                                        

No comments:

Post a Comment