121182024-12-02 21:03:06Tibi23Hőségriadó (50 pont)csharpRuntime error 0/5014ms3040 KiB
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace hosegriado
{
    class Program
    {
        static void Main(string[] args)
        {
           /* List<int> hőmérséklet = new List<int>();
            int N, K, L, F;
            String[] darabok = Console.ReadLine().Split(' ');
            N = int.Parse(darabok[0]);
            K = int.Parse(darabok[1]);
            L = int.Parse(darabok[2]);
            F = int.Parse(darabok[3]);

            darabok = Console.ReadLine().Split(' ');

            int[] hőmérséklettömb = new int[N];

            /*
            for (int i = 0; i < N; i++) //i < darabok.Length
            {
                hőmérséklettömb[i] = int.Parse(darabok[i]);
            }
            */

          /*  foreach (string d in darabok)
            {
                hőmérséklet.Add(int.Parse(d));
            }

            int melegnapokszáma = 0;
            int hüvösebbnapokszáma = 0;
            bool hőségriadóVan = false;
            int hőségRdb = 0;
           /* for(int i=1; i<N; i++)
            {
                if (hőmérséklet[i] > F)
                {
                    melegnapokszáma++;
                    hüvösebbnapokszáma = 0;
                }
                if (hőmérséklet[i] < F)
                {
                    hüvösebbnapokszáma++;
                    melegnapokszáma = 0;
                }
                if (melegnapokszáma == K && hőségriadóVan == false)
                {
                    hőségRdb++;
                    hőségriadóVan = true;
                }
                if (hüvösebbnapokszáma == L && hőségriadóVan == true)
                {
                    hőségriadóVan = false;

                }
            }
            Console.WriteLine(hőségRdb);*/

        }
    }
}
SubtaskSumTestVerdictTimeMemory
base0/50
1Runtime error0/014ms2872 KiB
2Runtime error0/014ms2752 KiB
3Runtime error0/214ms2776 KiB
4Runtime error0/214ms2780 KiB
5Runtime error0/214ms3040 KiB
6Runtime error0/214ms2552 KiB
7Runtime error0/214ms2632 KiB
8Runtime error0/414ms2764 KiB
9Runtime error0/413ms2880 KiB
10Runtime error0/414ms2976 KiB
11Runtime error0/414ms2680 KiB
12Runtime error0/414ms2456 KiB
13Runtime error0/414ms2896 KiB
14Runtime error0/414ms2620 KiB
15Runtime error0/414ms2844 KiB
16Runtime error0/414ms2772 KiB
17Runtime error0/414ms2872 KiB