403156: GYM101047 L Putting plates on the tuk-tuks

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

Description

L. Putting plates on the tuk-tukstime limit per test2 secondsmemory limit per test64 megabytesinputstandard inputoutputstandard output

The tuk-tuk (ตกตก), also known as "auto rickshaw," is a popular form of transportation in Thailand. In order to distinguish tuk-tuks from the other types of vehicles, the Phuket administration decided to create a new license plate system for them. Phuket's tuk-tuk fleet has been growing rapidly, mostly due to tourism, one of the most important economic activities in the province. The administration plans the new system to meet the demand for distinct license plates for the next 42 years.

A license plate system is defined by two numbers, C and D. A license plate in this system is a string formed by C consonants followed by D digits. A license plate cannot be empty (no consonant and no digit).

In the Thai alphabet there are 44 consonants and 10 digits. However, since the symbols of some consonants are too much alike, the administration decided to use only 26 consonants, whose symbols were considered sufficiently distinguishable.

To guarantee an appropriate supply of tuk-tuks for the contestants in the ICPC World Finals in 2016, Phuket's administration would like to know the number of distinct license plates it is possible to generate with a given license plate system.

Input

The first line has a single integer T, the number of test cases.

Each test case consists of a single line containing two integers C and D, the number of consonants and digits, respectively, in a license plate system.

Limits

  • 1 ≤ T ≤ 20
  • 0 ≤ C ≤ 6
  • 0 ≤ D ≤ 9
Output

For each test case, print a line with the amount of distinct license plates that can be generated by the corresponding system. The answer is guaranteed to be smaller than 231.

ExampleInput
3
0 6
2 4
0 0
Output
1000000
6760000
0

Source/Category

加入题单

算法标签: