Owl Get a Life
gcd.cpp: In function ‘int main()’:gcd.cpp:12:14: error: expected ‘;’ before ‘a’ 12 | a[0] = a[1] | ^ | ; 13 | a[1] = h; | ~