Skip to content

3658-gcd-of-odd-and-even-sums

DevGod
DevGod
Elf Vtuber
int gcdOfOddEvenSums(int n) {
return n;
}