hactoberfest_contribution_2022 icon indicating copy to clipboard operation
hactoberfest_contribution_2022 copied to clipboard

Check if a large number is divisible by 3 or not

Open Sachindrck opened this issue 2 years ago • 3 comments

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

Sachindrck avatar Oct 07 '22 16:10 Sachindrck

can you assign this to me?

zubair15121716 avatar Oct 07 '22 21:10 zubair15121716

hey @Sachindrck can u assign this issue to me?

Ak8933 avatar Oct 08 '22 05:10 Ak8933

Hey @Sachindrck can you assign this to me?

destroyer5067 avatar Oct 08 '22 05:10 destroyer5067