Record Detail

Compile Error

/in/calc.cpp:245:29: error: call to 'isNumber' is ambiguous
    return isOperator(c) || isNumber(c, n);
                            ^~~~~~~~
/in/calc.cpp:62:6: note: candidate function
bool isNumber(string, int);
     ^
/in/calc.cpp:212:6: note: candidate function
bool isNumber(string c, int &n) 
     ^
1 error generated.
/in/Compile/Makefile:44: recipe for target 'buildCalc' failed
make: *** [buildCalc] Error 1

Information

Submit By
Type
Submission
Homework
Project 5
Language
C++
Submit At
2023-12-10 23:26:34
Judged At
2023-12-10 23:26:34
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes