| Problem | summarising2024 |
|---|---|
| User | tacticalnerd |
| Submission Time | 2025-01-01 19:47:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
xingyang.cpp:10:5: error: ambiguating new declaration of ‘int xythesnake(int, std::vector<int>)’
10 | int xythesnake(int n, vector<int> a) {
| ^~~~~~~~~~
In file included from xingyang.cpp:2:
xingyang.h:2:11: note: old declaration ‘long long int xythesnake(int, std::vector<int>)’
2 | long long xythesnake(int N, std::vector<int> A);
| ^~~~~~~~~~