Luis Miguel Báez
Luis Miguel Báez
Sorry, I've only just seen your message. > 2.How can I see failed test case when I use qt cmp? If you wish to view the failed test cases, you...
``` println!("{:?}", output.status.code()); println!("{:#?}", output.status.code()); ```
### Latex Code #### Viewer https://upmath.me/ Show Code ```tex # Properties of GCD (Greatest Common Divisor) - **Blueprint of Numbers:** The GCD of a set of numbers can be thought...
Add new Property * `gcd(a, b) = gcd(a - b, b)`