Owl Get a Life
swords.cpp: In function ‘int main()’:swords.cpp:16:28: error: expected ‘;’ before ‘s’ 16 | hdpa[a] = max(hdpa[a], b) | ^ | ; 17 | s[i] = make_pair(a, b); | ~