| Problem | lightningrod |
|---|---|
| User | Kiameimon |
| Submission Time | 2024-01-04 13:59:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:63:27: error: ‘class std::vector<std::complex<long long int> >’ has no member named ‘pop_front’
63 | if(arr[0] == arr[1]) arr.pop_front();
| ^~~~~~~~~