45082023-03-29 11:39:11Leventusz19Sakktábla (75 pont)csharpRuntime error 0/7535ms24924 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/035ms21444 KiB
2Runtime error0/035ms22264 KiB
3Runtime error0/534ms22644 KiB
4Runtime error0/535ms22888 KiB
5Runtime error0/535ms23252 KiB
6Runtime error0/534ms22960 KiB
7Runtime error0/534ms23788 KiB
8Runtime error0/535ms23792 KiB
9Runtime error0/535ms23488 KiB
10Runtime error0/534ms24116 KiB
11Runtime error0/734ms23964 KiB
12Runtime error0/734ms24340 KiB
13Runtime error0/735ms24528 KiB
14Runtime error0/734ms24512 KiB
15Runtime error0/734ms24924 KiB