Description
You are given the logic circuit of the image circuit.png
, and you need to give the binary output
corresponding to the input (x0, x1, x2, x3, x4) = (1, 0, 0, 1, 1)
.
Wrap your answer within FCSC{}
to get the flag.
For example,
(x0, x1, x2, x3, x4) = (1, 0, 0, 0, 0)
would give
(y0, y1, y2, y3, y4) = (1, 0, 1, 0, 0)
, which would make FCSC{10100}
as flag.
Files
-
circuit.png
43.13 KiB – ee074fc61f374125ac0eb8e127d2b500422357b811aef9ddb835c130d0c6142b
Author
Flag
Submit your solution
You can submit your writeup for this challenge. Read the FAQ to learn how to proceed.
You need to be logged in to submit a writeup.