You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is because the program tries substracting two non-negative numbers from eachother without conversion. Removeing the abs (with leaving the brackets in place) in the lines where it throwes an error would fix the problem without breaking anything.
I think....
When i tried to compile. its gave me lots of "call of overloaded 'abs(long unsigned int)' is ambiguous" error
The text was updated successfully, but these errors were encountered: