0_0_1825115_9706.cpp: In function `void sort(double*)':
0_0_1825115_9706.cpp:9: error: invalid operands of types `double' and `double*' to binary `operator<'
0_0_1825115_9706.cpp:11: error: cannot convert `double*' to `double' in assignment
0_0_1825115_9706.cpp:12: error: cannot convert `double' to `double*' in assignment
0_0_1825115_9706.cpp: At global scope:
0_0_1825115_9706.cpp:26: error: `main' must return `int'
|