Skip to content

Commit

Permalink
Fix LaTeX bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna2803 committed Apr 11, 2024
1 parent 641e406 commit 420d3e8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions 2024/amateurs-ctf-2024/rev/gogogaga/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,12 +438,7 @@ assert s3 == 3 # s3 should be 3

We can solve this using pen and paper and arrive to the solution:

$$
b_1 = 00\,11\,00\,10 = ` 2 ` \\
b_2 = 00\,11\,00\,00 = ` 0 ` \\
b_3 = 00\,11\,00\,11 = ` 3 ` \\
b_4 = 00\,11\,01\,11 = ` 7 ` \\
b_5 = 00\,11\,01\,11 = ` 7 ` \\
$$ b_1 = 00\,11\,00\,10 = ` 2 ` \\ b_2 = 00\,11\,00\,00 = ` 0 ` \\ b_3 = 00\,11\,00\,11 = ` 3 ` \\ b_4 = 00\,11\,01\,11 = ` 7 ` \\ b_5 = 00\,11\,01\,11 = ` 7 ` \\
$$


Expand Down

0 comments on commit 420d3e8

Please sign in to comment.