コード例 #1
0
        static void Main(string[] args)
        {
            Lib1 d = new Lib1();

            Console.WriteLine(d.stpow("DG", 5));
            Console.WriteLine(d.rev("GTBNSB"));
            Console.WriteLine(d.remov("yohooo", "a"));
            Console.WriteLine(d.leng("flexxx"));
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: PAHKA72RUS/lib1
        static void Main(string[] args)
        {
            Lib1 l = new Lib1();

            Console.WriteLine(l.stpow("hoho/", 4));
            Console.WriteLine(l.rev("loperamid"));
            Console.WriteLine(l.remov("лама пальма калодец", "а"));
            Console.WriteLine(l.leng("asl;kdfsdjfsdlkf"));
        }
コード例 #3
0
ファイル: Tupikin.cs プロジェクト: EvgeniTupikin/zadanie1
        static void Main(string[] args)
        {
            Lib1 d = new Lib1();

            Console.WriteLine(d.stpow("adid", 5));
            Console.WriteLine(d.rev("NHTSM"));
            Console.WriteLine(d.remov("ghghgh", "a"));
            Console.WriteLine(d.leng("chill and flex"));
        }
コード例 #4
0
ファイル: Lev.cs プロジェクト: lisalisichka/zadanie1
        static void Main(string[] args)
        {
            Lib1 d = new Lib1();

            Console.WriteLine(d.stpow("Liz", 5));
            Console.WriteLine(d.rev("Lisa"));
            Console.WriteLine(d.remov("ccppt", "n"));
            Console.WriteLine(d.leng("ddddd"));
        }
コード例 #5
0
        static void Main(string[] args)
        {
            Lib1 k = new Lib1();

            Console.WriteLine(k.stpow("ha", 4));
            Console.WriteLine(k.rev("I need termal clips!"));
            Console.WriteLine(k.remov("xriithiasdii", "i"));
            Console.WriteLine(k.leng("They all are gone"));
        }