class Solution {
public int gcdOfOddEvenSums(int n) {
return n;
}
}
TIME COMPLEXITY
SPACE COMPLEXITY