#给牛客的问题反馈和建议# 为什么我在线编程老是莫名其妙编译通不过。我代码没有25行,他也报这个错。我把自己代码删掉,换别人已通过的代码,他还是报这个错,有人解决过这个问题么./Main.cs(25,36): error CS1502: The best overloaded method match for `Solution.InversePairs(int[])' has some invalid arguments./solution.cs(4,16): (Location of the symbol related to previous error)./Main.cs(25,50): error CS1503: Argument `#1' cannot convert `System.Collections.Generic.List' expression to type `int[]'Compilation failed: 2 error(s), 4 warnings