Owl Get a Life
scicom.cpp: In function ‘int main()’:scicom.cpp:8:35: error: expected ‘;’ before ‘return’ 8 | cout << name << "Silver" << "/\n" | ^ | ; 9 | return 0; | ~~~~~~