GUPTA MECHANICAL

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

Thursday 19 May 2022

[Solution] Digit Minimization Codeforces Solution | Codeforces Problem Solution 2022

A. Digit Minimization
time limit per test
1 second
memory limit per test
256 megabytes
input
standard input
output
standard output

There is an integer n without zeros in its decimal representation. Alice and Bob are playing a game with this integer. Alice starts first. They play the game in turns.

On her turn, Alice must swap any two digits of the integer that are on different positions. Bob on his turn always removes the last digit of the integer. The game ends when there is only one digit left.

Solution Click Below:-  CLICK HERE

You have to find the smallest integer Alice can get in the end, if she plays optimally.

Input

The input consists of multiple test cases. The first line contains a single integer t (1t104

— the number of test cases. Description of the test cases follows.

The first and the only line of each test case contains the integer n (10n109) — the integer for the game. n does not have zeros in its decimal representation.

Output

For each test case output a single integer — the smallest integer Alice can get in the end of the game.


No comments:

Post a Comment