Owl Get a Life
scicom.cpp: In function ‘int main()’:scicom.cpp:6:22: error: expected ‘;’ before ‘cout’ 6 | cin >> name >> medal | ^ | ; 7 | cout << name << " Silver" | ~~~~