Problem swords
User R9q5P8
Submission Time 2026-04-16 19:57:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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);
| ~