Owl Get a Life
gcd.cpp:8:4: error: redefinition of ‘LL l’ 8 | LL l = 1; | ^gcd.cpp:6:13: note: ‘LL l’ previously declared here 6 | LL k, a, b, l; | ^