出现这种错误是怎么回事?

img


如题,第十五行错误但我不知道原因。
[Error] call of overloaded 'ListInsert(LNode*&, int&, int&)' is ambiguous

你写了多个ListInsert重载函数,但参数有二义性。一个是int,一个是int&,编译器不知道该匹配哪个