Problem ants
User eulerleonhardfan
Submission Time 2024-02-11 19:53:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ants.cpp:81:11: error: ambiguating new declaration of ‘long long int energy(int, int)’
81 | long long energy(int x, int y) {
| ^~~~~~
In file included from ants.cpp:12:
ants.h:2:5: note: old declaration ‘int energy(int, int)’
2 | int energy(int x, int y);
| ^~~~~~