Problem | summarising2020 |
---|---|
User | AlphanumericUsername |
Submission Time | 2023-07-22 20:39:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
summarising2020.cpp:11:19: error: ambiguating new declaration of ‘std::vector<long long int> friendofxy(int, long long int)’
11 | vector<long long> friendofxy(int N, long long X) {
| ^~~~~~~~~~
In file included from summarising2020.cpp:1:
summarising2020.h:3:18: note: old declaration ‘std::vector<int> friendofxy(int, long long int)’
3 | std::vector<int> friendofxy(int N, long long X);
| ^~~~~~~~~~