0_0_17315425_26555.cpp: In function 'int main()':
0_0_17315425_26555.cpp:153:80: error: too many arguments to function 'int dcmp(double)'
if (dcmp(min(Length(p1), Length(p2)), minLength) < 0) {
^
0_0_17315425_26555.cpp:46:5: note: declared here
int dcmp(double x)
^
|