Problem | tourism |
---|---|
User | cjcube |
Submission Time | 2024-11-27 14:44:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
tourism.cpp: In function ‘int32_t main()’:
tourism.cpp:40:43: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
40 | if (y[i] + h[i] >= a[n-1] && y < a[n-1]) {
| ^