We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Smart Number 2
- Discussions
Smart Number 2
Smart Number 2
Sort by
recency
|
35 Discussions
|
Please Login in order to post a comment
def is_smart_number(num):
Only square numbers have odd factors.
Java 7
C++ solution
I'm having an issue where my output and the expected output are exactly identical, but the grader is saying I have the wrong answer.
Has anyone else had this issue?