We've reimplemented this problem in function call style, so include decrypt.h at the start of your code.
You need to implement one function:
void decrypt()
You will be able to call two library functions:
int query(int x) - Makes an encryption query
void solution(int R[], int M[]) - Guesses the solution. R must contain 3 elements and M must contain 256 elements
A sample grader is provided for you in the attachments