SP32843 ADAQUBIC - Ada and TicTacToe

Description

Ada the Ladybug was playing [3D Tic-Tac-Toe](https://en.wikipedia.org/wiki/3D_tic-tac-toe) against her good friend Velvet Mite Vinit. They were playing on 3x3x3 field. Sadly, Vinit had to go home earlier so the game was left unfinished. Ada wants to know who would win the match (if they both played optimaly). You also know that Ada started.

Input Format

The first line contains a single integer **1 , number of test-cases.** Each test-case will contain 9 lines with three character each, representing the field (**'.'** for empty place, **'x'** for move of Ada and **'o'** for move of Vinit). You are assured that the game is unfinished and valid. First three lines represent the top field, the next three lines represent middle field and the last three lines represent the bottom field. There will be a blank line before each test-case.

Output Format

For each test-case, print the name of winner (**Ada** or **Vinit**);