82892024-01-14 09:48:29czitaMekk Mester munkái (50 pont)csharpWrong answer 0/50289ms46404 KiB
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace mekkmester
{
    internal class Program
    {
        static int[] t;
        class pont
        {

            public int mettol;
            public int meddig;
            public pont()
            {
                t = Console.ReadLine().Split().Select(int.Parse).ToArray();
                mettol = t[0];
                meddig = t[1];
            }
            static void Main(string[] args)
            {
                t = Console.ReadLine().Split().Select(int.Parse).ToArray();
                int N = t[0]; int H = t[1];
                List<pont> G = new List<pont>();
                for (int i = 0; i < N; i++)
                {
                    G.Add(new pont());
                }
                var gr=G.OrderBy(x => x.mettol).ToList();
            }
        }
    }
}
SubtaskSumTestVerdictTimeMemory
base0/50
1Wrong answer0/035ms21980 KiB
2Wrong answer0/059ms28456 KiB
3Wrong answer0/137ms23288 KiB
4Wrong answer0/137ms23616 KiB
5Wrong answer0/237ms24064 KiB
6Wrong answer0/235ms23560 KiB
7Wrong answer0/237ms24248 KiB
8Wrong answer0/237ms24752 KiB
9Wrong answer0/337ms25072 KiB
10Wrong answer0/139ms24852 KiB
11Wrong answer0/139ms25356 KiB
12Wrong answer0/239ms25312 KiB
13Wrong answer0/241ms25708 KiB
14Wrong answer0/239ms25700 KiB
15Wrong answer0/237ms25560 KiB
16Wrong answer0/337ms25428 KiB
17Wrong answer0/2289ms45976 KiB
18Wrong answer0/2280ms45656 KiB
19Wrong answer0/4275ms45772 KiB
20Wrong answer0/4282ms45936 KiB
21Wrong answer0/4279ms46096 KiB
22Wrong answer0/4279ms46240 KiB
23Wrong answer0/4273ms46404 KiB