While certainly possible, this is not a practical method of recording such data. Suppose the program needed to record 100 scores? 100 variables would be required!
-} else if ((res = call_orderTM(L, l, r, TM_LT)) != -1) + if ((res = call_orderTM(L, l, r, TM_LT)) != -1) ...
# Relational operators are used to compare two values. # They always return True or False. # We use them inside if statements to make decisions.