评测信息
            运行ID: 35881
        
        
            src.cpp: In function 'int main()':
src.cpp:14:26: error: 'abs' was not declared in this scope
if (abs(X[i] - X[i - 1]) < 0.00001) {
^
        
    src.cpp:14:26: error: 'abs' was not declared in this scope
if (abs(X[i] - X[i - 1]) < 0.00001) {
^