prog.cs(8,44): error CS0121: The call is ambiguous between the following methods or properties: `System.Linq.Enumerable.Sum<int>(this System.Collections.Generic.IEnumerable<int>, System.Func<int,int>)' and `System.Linq.Enumerable.Sum<int>(this System.Collections.Generic.IEnumerable<int>, System.Func<int,int?>)'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
prog.cs(13,43): error CS0121: The call is ambiguous between the following methods or properties: `System.Linq.Enumerable.Sum<int>(this System.Collections.Generic.IEnumerable<int>, System.Func<int,int>)' and `System.Linq.Enumerable.Sum<int>(this System.Collections.Generic.IEnumerable<int>, System.Func<int,int?>)'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
prog.cs(17,43): error CS0121: The call is ambiguous between the following methods or properties: `System.Linq.Enumerable.Sum<int>(this System.Collections.Generic.IEnumerable<int>, System.Func<int,int>)' and `System.Linq.Enumerable.Sum<int>(this System.Collections.Generic.IEnumerable<int>, System.Func<int,int?>)'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
prog.cs(21,43): error CS0121: The call is ambiguous between the following methods or properties: `System.Linq.Enumerable.Sum<int>(this System.Collections.Generic.IEnumerable<int>, System.Func<int,int>)' and `System.Linq.Enumerable.Sum<int>(this System.Collections.Generic.IEnumerable<int>, System.Func<int,int?>)'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
prog.cs(25,43): error CS0121: The call is ambiguous between the following methods or properties: `System.Linq.Enumerable.Sum<int>(this System.Collections.Generic.IEnumerable<int>, System.Func<int,int>)' and `System.Linq.Enumerable.Sum<int>(this System.Collections.Generic.IEnumerable<int>, System.Func<int,int?>)'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
prog.cs(29,43): error CS0121: The call is ambiguous between the following methods or properties: `System.Linq.Enumerable.Sum<int>(this System.Collections.Generic.IEnumerable<int>, System.Func<int,int>)' and `System.Linq.Enumerable.Sum<int>(this System.Collections.Generic.IEnumerable<int>, System.Func<int,int?>)'
/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll (Location of the symbol related to previous error)
Compilation failed: 6 error(s), 0 warnings