Owl Get a Life
typo.cpp: In function ‘int main()’:typo.cpp:19:24: error: expected ‘;’ before ‘b’ 19 | a = s[i + 1] + s[i] | ^ | ; 20 | b = t[i] + t[i+1] | ~