summaryrefslogtreecommitdiff
path: root/2018/19_notes.txt
diff options
context:
space:
mode:
Diffstat (limited to '2018/19_notes.txt')
-rw-r--r--2018/19_notes.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/2018/19_notes.txt b/2018/19_notes.txt
new file mode 100644
index 0000000..c6c5532
--- /dev/null
+++ b/2018/19_notes.txt
@@ -0,0 +1,6 @@
+r0 = input();
+if r0 == 0: r3 = 948
+elif r0 == 1: r3 = 10551236
+else: assert False
+
+r0 = sum_of_divisors_of(r3)