using System; using System.Collections.Generic; public class Solution { public bool solution(string s) { //bool answer = true; Stack stack = new Stack(); try{ for(int i=0; i