static void Main(string[] args) { gugu dan = new gugu(); string B = Console.ReadLine(); int A = Convert.ToInt32(B); dan.data(); dan.print(A); }