Owl Get a Life
scicom.cpp: In function ‘int main()’:scicom.cpp:12:30: error: expected ‘;’ before ‘return’ 12 | cout << name << " " << medal | ^ | ; 13 | 14 | return 0; | ~~~~~~