Problem graphcraft
User AlphanumericUsername
Submission Time 2023-06-08 13:14:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

graphcraft.cpp:42:11: error: ambiguating new declaration of ‘long long int graphcraft(int, int, std::vector<std::pair<int, int> >*)’
42 | long long graphcraft(int n, int c, vector<pair<int, int>> v[]) {
| ^~~~~~~~~~
In file included from graphcraft.cpp:2:
graphcraft.h:5:5: note: old declaration ‘int graphcraft(int, int, std::vector<std::pair<int, int> >*)’
5 | int graphcraft(int N, int C, vector< pair<int, int> > V[]);
| ^~~~~~~~~~