Initial commit

This commit is contained in:
2018-01-29 16:14:37 -05:00
commit c9be15672c
72 changed files with 723 additions and 0 deletions

View File

@@ -0,0 +1 @@
[print('%s:'%S,*('%s,%s'%((n+1)//2,n//2)for n in range(3,S+1)if S%n in(0,(n+1)//2)),sep='\n')for S in[int(input())]]