Posts by Mikhail • 23 points
1 post
- 
		2 votes1 answer618 viewsQ: Euclidean DivisionThere is a problem of Euclidean division in which the rest r cannot be greater than the b, following the theorem a = b.q + r. I made a code and got one accepted, but I found one better than mine!…