using System; using System.Collections.Generic; using System.IO; using System.Linq; class Solution { static int minimumNumber(int n, string password) { int[] lol = new int[4]; string check = "!@#$%^&*()-+"; int change = 0; int length = n; for (int i = 0; i