Test Cases

@Rafeed Nice work! But your answer is not correct. Imagine this example:
2 2 32
4 1 18
0 6 12
in this example on the first line (4 1 18) you will get ‘WA’ . you putted it in OP list.
But on the second line (0 6 12) you will get ‘CLE’. you also putted it in OP list.

Now if you ask " is ‘CLE’ in op?". the result will be true and your code will print “CLE”.
so, you have to find what is the first problem. not necessary for next.
please check the instruction again. you will be get the right answer😊.

I did not understand what Di was.
can anyone explain it?