Owl Get a Life
party.cpp: In function ‘int main()’:party.cpp:20:27: error: expected ‘;’ before ‘cout’ 20 | count += frens[f].size() | ^ | ; 21 | cout << count; | ~~~~