Owl Get a Life
1609.cpp: In function ‘int main()’:1609.cpp:5:21: error: expected ‘;’ before ‘return’ 5 | cout << "I'll Wait" | ^ | ; 6 | return 0; | ~~~~~~