Given a positive integer n, return the smallest positive integer that is a multiple of both 2 and n.
c++
1 | class Solution { |
Given a positive integer n, return the smallest positive integer that is a multiple of both 2 and n.
1 | class Solution { |
Related Issues not found
Please contact @SongHayoung to initialize the comment