Problem | holiday |
---|---|
User | jmuzhen |
Submission Time | 2024-12-28 10:55:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
holiday.cpp: In function ‘long long int findMaxAttraction(int, int, int, int*)’:
holiday.cpp:23:12: error: ‘max_attraction’ was not declared in this scope; did you mean ‘attraction’?
23 | return max_attraction;
| ^~~~~~~~~~~~~~
| attraction