LeetCode Solution, Medium, 1116. Print Zero Even Odd
1116. Print Zero Even Odd
題目敘述
You have a function printNumber that can be called with an integer parameter and prints it to the console.
For example, calling printNumber(7) prints 7 to the console.
You are given an instance of the class ZeroEvenOd...
blog.taiwolskit.com2 min read