CLLCM (Coder's Legacy) - My Approach

See the question code carefully, CLLCM which simply means find the LCM of the array input and it should be odd not even and now if you want to know that array can produce odd or not so simply know that any number which is even will give an even number so you can run a loop finding that even numbers in the array and if no even numbers are found print yes.

My approach: CodeChef: Practical coding for everyone (during the contest)
Language: Python 3.x (I use 3.7)

My approach: CodeChef: Practical coding for everyone (practice-school)
Language: C++14

1 Like

Why is this tagged “help”?

@hetp111 can you explain what is listed & unlisted means? This is my first post & I don’t know much about CodeChef discuss platform.

Help tag because if someone searches with help it can come up there. If it is wrong tell me I’ll remove it asap. Thank you! :star2:

Edit: It’s removed already.

Help tag is when you need “help”. Since you were explaining your approach, this tag was not required.

1 Like

Okay, thank you! Got it. :star2::mask:

You can you the tutorial tag or unofficial editorial tag if you are offering to help.

3 Likes