Owl Get a Life
typoswap.cpp: In function ‘int main()’:typoswap.cpp:8:16: error: expected ‘;’ before ‘cout’ 8 | cin >> A >> B | ^ | ; 9 | cout << A + B ; | ~~~~