Owl Get a Life
scalars.cpp: In function ‘int main()’:scalars.cpp:21:22: error: expected ‘;’ before ‘return’ 21 | cout << ans << endl | ^ | ; 22 | return 0; | ~~~~~~