Submitting The Response
Examine the ports present, and create a list of the port type(s) that appear the most.
If this list has at least 4 port types mentioned from this table, omit the 1st, 3rd, and 5th flashes (this includes the case where the bomb has no port types present at all).
Otherwise, omit the flashes corresponding to the port types in your list in this table.
| Port Type | DVI-D | Parallel | PS/2 | RJ-45 | Stereo RCA | Serial |
| Flash To Omit | 1st | 2nd | 3rd | 4th | 5th | 6th |
Go through the rest of the flashes and find their respective equations on the next page based on their colors, positions (only counting within remaining flashes; starting from 0) and inverted/not inverted states. Plug in x as the result of the previous flash’s equation, or the display number if this is the first set. Keep the calculated value within 0 to 63 by taking the number modulo 64 if the calculated value in base 10 after the current flash is not. Omit decimals when dividing. In the table on the next page:
- A is the list of responses obtained up to this point.
- An refers to the response of the nth query.
- n is the position of the current remaining flash when the equation is used, with the first being 0.
- min(A) refers to the minimum value from list A.
- max(A) refers to the maximum value from list A.
- sum(A) refers to the sum of all of the values from list A.
Don’t forget that the display number and all query responses are given in octal, Convert all of them to decimal before using the equations.
Convert the result of the last calculated flash to octal, then use it to reference second query’s table to get a new value, and finally use the final value in first query’s table to get the submission colors.