On the Subject of Rebooting M-OS
Make a big reboom!
This module use an unknown operation system. We’re calling it “M-OS”. At the start of each bomb, this OS will display a fatal error message. However, there is just a moving square instead of any text. The square will cycle through 4 of 7 possible colors: red, green, blue, yellow, cyan, magenta and white. To defuse it, simply reboot M-OS. Unfortunately, the bomb’s time greatly affects M-OS and turns it into an advanced version, which is harder to reboot. As usual, rebooting takes 3 taps on the square. So all you need worry about is a pressing time. To calculate the pressing time, obtain 3 values and apply the final operation to them.
Calculating Value A
For this you need the square’s colors and moves (it will be cycling through 4 moves). Using the table below, obtain 16 cells and add up all values in those cells. Modulo the received number by 1000. This is value A.
T | B | R | L | BL | TR | BR | TL | |
---|---|---|---|---|---|---|---|---|
Red | 60 | 44 | 86 | 89 | 48 | 47 | 54 | 88 |
Green | 45 | 71 | 48 | 65 | 49 | 93 | 98 | 87 |
Blue | 68 | 92 | 83 | 96 | 77 | 53 | 99 | 64 |
Yellow | 80 | 70 | 66 | 63 | 74 | 98 | 50 | 48 |
Cyan | 54 | 48 | 83 | 53 | 81 | 57 | 61 | 91 |
Magenta | 63 | 52 | 58 | 54 | 62 | 50 | 86 | 90 |
White | 46 | 63 | 70 | 72 | 83 | 69 | 58 | 52 |
T - Square moves from bottom to top.
B - Square moves from top to bottom.
R - Square moves from left to right.
L - Square moves from right to left.
BL - Square moves from top-right corner to bottom-left corner.
TR - Square moves from bottom-left corner to top-right corner.
BR - Square moves from top-left corner to bottom-right corner.
TL - Square moves from bottom-right corner to top-left corner.