Problem lightningrod
User jmuzhen
Submission Time 2025-06-11 22:04:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:54:12: error: request for member ‘begin’ in ‘v’, which is of non-class type ‘P [10000005]’
54 | sort(v.begin(),v.end(),[](P a, P b)
| ^~~~~
lightningrod.cpp:54:22: error: request for member ‘end’ in ‘v’, which is of non-class type ‘P [10000005]’
54 | sort(v.begin(),v.end(),[](P a, P b)
| ^~~