You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>Numbers divisible by six</b> <a class=right href="https://hyperskill.org/learn/step/2188">Open on JetBrains Academy</a>
<br><br>
<html>
<head></head>
<body>
<p>Given the sequence of natural numbers. Find the sum of numbers divisible by 6. The input is the number of elements in the <span>sequence, and then the elements themselves. In this sequence, there is always a number divisible by 6.</span></p>