Compile Error
/in/call.cpp:50:5: error: using the result of an assignment as a condition without parentheses [-Werror,-Wparentheses] if(N=0){ ~^~ /in/call.cpp:50:5: note: place parentheses around the assignment to silence this warning if(N=0){ ^ ( ) /in/call.cpp:50:5: note: use '==' to turn this assignment into an equality comparison if(N=0){ ^ == 1 error generated. /in/Compile/Makefile:39: recipe for target 'buildCall' failed make: *** [buildCall] Error 1
Information
- Submit By
- Type
- Submission
- Homework
- Project 5
- Language
- C++
- Submit At
- 2024-12-22 14:09:08
- Judged At
- 2024-12-22 14:09:08
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes