Problem plants
User Tyx2019
Submission Time 2026-07-02 15:16:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

plants.cpp:139:5: error: ambiguating new declaration of ‘long long int compare_plants(int32_t, int32_t)’
139 | int compare_plants(int32_t x, int32_t y) {
| ^~~~~~~~~~~~~~
In file included from plants.cpp:1:
plants.h:4:5: note: old declaration ‘int compare_plants(int, int)’
4 | int compare_plants(int x, int y);
| ^~~~~~~~~~~~~~