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