45112023-03-29 11:47:05Leventusz19Sakktábla (75 pont)csharpRuntime error 0/7535ms25132 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();
            Console.WriteLine(Math.Floor(Math.Sqrt(((in1[0] > in1[1]) ? in1[1] : in1[0]) * 2 + 1)));
        }
    }
}
SubtaskSumTestVerdictTimeMemory
base0/75
1Runtime error0/035ms21288 KiB
2Runtime error0/035ms22416 KiB
3Runtime error0/535ms22816 KiB
4Runtime error0/534ms23068 KiB
5Runtime error0/535ms23556 KiB
6Runtime error0/535ms23764 KiB
7Runtime error0/535ms24044 KiB
8Runtime error0/534ms24320 KiB
9Runtime error0/535ms24720 KiB
10Runtime error0/535ms24464 KiB
11Runtime error0/734ms24780 KiB
12Runtime error0/735ms24520 KiB
13Runtime error0/735ms24772 KiB
14Runtime error0/734ms25132 KiB
15Runtime error0/732ms25044 KiB