import java.util.*; import java.io.*; class Main{ public static int transform(String txt) { int len=txt.length(); int Ans=0; for(int i=0;i