This commit is contained in:
2020-12-03 11:25:20 +01:00
parent fad0833836
commit e7ef4e413e
5 changed files with 400 additions and 7 deletions

View File

@@ -5,13 +5,6 @@ Just some simple parsing.
The second one is similar, but we can be more efficient if we XOR the first and second position.
# 2
For the first we can simply count the occurrences and see if they are between the accepted values.
Just some simple parsing.
The second one is similar, but we can be more efficient if we XOR the first and second position.
<details>
<summary>Solutions</summary>
<ol>