2020 day 8 (C, both parts. No inspiration here)

This commit is contained in:
2022-12-12 20:46:09 +01:00
parent 25d25b399e
commit 31a255a9ac
3 changed files with 173 additions and 6 deletions

View File

@@ -153,7 +153,7 @@ aoc-c: res=7490863
context-switch: 0+1, page-faults: 0+98
=========================================
================= day07 =================
================= day08 =================
=========================================
+++++++++++++++++ part 1
@@ -161,7 +161,15 @@ aoc.bash: res=1698
time: 0:01.10 real, 1.10 user, 0.00 sys
context-switch: 5+1, page-faults: 0+319
aoc-c: res=1698
time: 0:00.00 real, 0.00 user, 0.00 sys
context-switch: 0+1, page-faults: 0+92
+++++++++++++++++ part 2
aoc.bash: res=672280
time: 0:03.54 real, 3.53 user, 0.00 sys
context-switch: 48+1, page-faults: 0+284
aoc-c: res=672280
time: 0:00.00 real, 0.00 user, 0.00 sys
context-switch: 0+1, page-faults: 0+91