Problem swords
User nutzzzz
Submission Time 2025-01-21 20:46:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:45:9: error: request for member ‘second’ in ‘p’, which is of non-class type ‘int’
45 | if (p.second > mx) {
| ^~~~~~
swords.cpp:46:20: error: request for member ‘second’ in ‘p’, which is of non-class type ‘int’
46 | mx = p.second;
| ^~~~~~