Skip to content

Latest commit

 

History

History

Substitution

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Substitution

  • Round: 28 (2022/11)
  • Category: Crypto
  • Points: 100
  • Solves: 20

Description

A cool prime generation method.

Solution

DFS each digits by modulo 10**n

solve.py