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