@@ -318,7 +318,9 @@ int mathTest() {
#endif
printf("%d %c %d = ", num1, mathOperation[randProblem], num2);
numLine = readline("");
if (numLine != NULL && strlen(numLine) > 0) {
sscanf(numLine, "%ld", &numAnswer);
}
if (numSolution != numAnswer) { // If wrong answer
status = 1;
The note is not visible to the blocked user.