hactoberfest_contribution_2022
hactoberfest_contribution_2022 copied to clipboard
Check if a large number is divisible by 3 or not
Given a number, the task is that we divide number by 3. The input number may be large and it may not be possible to store even if we use long long int. Examples:
Input : n = 769452 Output : Yes
Input : n = 123456758933312 Output : No
can you assign this to me?
hey @Sachindrck can u assign this issue to me?
Hey @Sachindrck can you assign this to me?