using System.Collections.Generic;
public static void Main(string[] args)
Console.WriteLine(MiddleFingerArt());
Console.WriteLine("Insert Number that you could imagine split by press a spacebar (could fill many number as you like)");
int inputnumber = Array.ConvertAll(Console.ReadLine().Split(" ",StringSplitOptions.None), Convert.ToInt32).Sum();
Console.WriteLine("input how many row do you want (1 rows have 6 numbers)");
int CountNumber = Convert.ToInt32(Console.ReadLine());
Random rnd = new Random(inputnumber);
var Items = new List<List<int>>();
for(int i = 1; i <= 2; i++)
var item = new List<int>();
for(int c = 0; c < 6; c++)
int gen = rnd.Next(1,45);
if(!item.Contains(gen)) item.Add(gen);
rnd = new Random(inputnumber);
foreach(List<int> sub in Items)
foreach(int number in sub)
Console.Write($" {number}");
public static string MiddleFingerArt()
o8oooo8 o o .oPYo. o o o8ob' oPYo. o o .oPYo. o8YooP' .oPYo. odYo. .oPYo8 .oPYo. ooYoYo. 8 .oPYo. o8P o8P .oPYo. oPYo. o o
8 8 8 8 .oooo8 8 8 8 `b 8 `' 8 8 .oooo8 8 `b .oooo8 8' `8 8 8 8 8 8' 8 8 8 8 8 8 8 8oooo8 8 `' 8 8
8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8. 8 8 8
8 8 `YooP' `YooP8 `YooP8 8 8 8 `YooP' `YooP8 8 8 `YooP8 8 8 `YooP' `YooP' 8 8 8 8oooo `YooP' 8 8 `Yooo' 8 `YooP8
:..:::..:.....::.....::....8 :::..::....:::::.....::.....::::..:::..:.....:..::..:.....::.....:..:..:..::......:.....:::..:::..::.....:..:::::....8
::::::::::::::::::::::::ooP'.::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::ooP'.
::::::::::::::::::::::::...::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::...::
| | | |__ __ ___ _____ ) | _ __ _ _ ___ ___ _ ___ ___
| | | '_ \ / _` \ \ / / _ \ / / | '_ \| | | / __/ __| |/ _ \/ __|
_| |_ | | | | (_| |\ V / __/ / /_ | |_) | |_| \__ \__ \ | __/\__ \
|_____| |_| |_|\__,_|_\_/ \___| |____| | .__/ \__,_|___/___/_|\___||___/
| | | | ___ _ _| |__ | | ___ _ _|_|_ _ ___ ___ _ _
| | | |/ _ \| | | | '_ \| |/ _ \ | '_ \| | | / __/ __| | | |
| |__| | (_) | |_| | |_) | | __/ | |_) | |_| \__ \__ \ |_| |
|_____/ \___/ \__,_|_.__/|_|\___| | .__/ \__,_|___/___/\__, |