Problem | team |
---|---|
User | Ok |
Submission Time | 2024-12-11 01:34:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
team.cpp: In function ‘int main()’:
team.cpp:40:31: error: base operand of ‘->’ has non-pointer type ‘std::set<std::pair<int, int> >’
40 | if(it1 != sat -> end() && v[it][2] > it1 -> second){
| ^~