45092023-03-29 11:40:05Leventusz19Sakktábla (75 pont)csharpRuntime error 0/7535ms25172 KiB
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Sakktáblatorta
{
    class Program
    {
        static void Main(string[] args)
        {
            int[] in1 = Console.ReadLine().Split().Select(int.Parse).ToArray();
            int N = in1[0], M = in1[1];
            int min = (N > M) ? M : N;
            int x = min * 2 + 1;
            Console.WriteLine(Math.Floor(Math.Sqrt(x)));
            Console.Read();
        }
    }
}
SubtaskSumTestVerdictTimeMemory
base0/75
1Runtime error0/035ms21560 KiB
2Runtime error0/035ms21956 KiB
3Runtime error0/534ms22664 KiB
4Runtime error0/535ms22756 KiB
5Runtime error0/534ms22740 KiB
6Runtime error0/532ms23048 KiB
7Runtime error0/535ms23452 KiB
8Runtime error0/535ms23836 KiB
9Runtime error0/535ms24100 KiB
10Runtime error0/534ms24188 KiB
11Runtime error0/735ms24948 KiB
12Runtime error0/734ms25172 KiB
13Runtime error0/735ms25036 KiB
14Runtime error0/734ms24788 KiB
15Runtime error0/734ms25144 KiB