using System;
public class Program
{
public static void Main()
Action<int> action = n =>
for (long a, b, d, c = 3; n > 0; c++)
for (a = 2; a < c; a++)
for (b = a; b < c; b++)
if (a * a * a + b• * b * b == c * c * c + 1)
System•.Console.WriteLin•e( c * c * (a = c) + n / n--);
};
//Called like
action(0);
}