Jordan-Pólya numbers: Difference between revisions

Content added Content deleted
(Add Dart implementation)
 
Line 551: Line 551:
if c <= 50
if c <= 50
write n
write n
if c mod 10 = 0
if c mod 8 = 0
print ""
print ""
.
.