Moja kopia VS2013 Ultimate kompiluje ten kod przez ponad 60 sekund: class Program { static void Main(string[] args) { double dichotomy = Dichotomy( d => { try { int size = (int) d; byte[] b = new byte[size]; return -b.Length; } catch (Exception) { return 0; } }, 0,...