moved ctf stuff

This commit is contained in:
tabledevil
2020-02-02 20:46:06 +01:00
parent 4975c75775
commit aebb2ccb29
6 changed files with 26 additions and 3 deletions

7
ctf/ctf Normal file
View File

@@ -0,0 +1,7 @@
import primefac
import sys
# n = int( sys.argv[1] )
n=1547526036699919708490609738397251465827883560269494112135036895312456811185879551982265065963
factors = list( primefac.primefac(n) )
print '\n'.join(map(str, factors))