| Problem | trapezes |
|---|---|
| User | LCJLY |
| Submission Time | 2023-12-29 19:49:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
trapezes.cpp: In function ‘int main()’:
trapezes.cpp:14:19: error: request for member ‘back’ in ‘a’, which is of non-class type ‘long long int [2005]’
14 | if(x == a.back() || x > l) continue;
| ^~~~