Problem | swords |
---|---|
User | cobnet |
Submission Time | 2025-03-10 16:58:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swords.cpp: In function ‘int main()’:
swords.cpp:19:8: error: request for member ‘second’ in ‘S’, which is of non-class type ‘std::pair<long long int, long long int> [N]’
19 | if(S.second()>maxB){
| ^~~~~~
swords.cpp:20:20: error: request for member ‘second’ in ‘S’, which is of non-class type ‘std::pair<long long int, long long int> [N]’
20 | useful++;maxB=S.second();
| ^~~~~~