We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5659efc commit 9bd5a33Copy full SHA for 9bd5a33
Mirror Reflection.java
@@ -7,7 +7,7 @@ public int mirrorReflection(int p, int q) {
7
}
8
9
if(p%2==0 && q%2!=0){
10
- return 2;
+ return 2;
11
12
else if(p%2!=0 && q%2==0){
13
return 0;
0 commit comments