Alice.cpp: In function 'void Alice(int, int, int*, int*)':
Alice.cpp:30:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
30 | for(int i = 0; i < vgrafo.size(); i++){
| ~~^~~~~~~~~~~~~~~
Alice.cpp: At global scope:
Alice.cpp:7:12: warning: 'marc' defined but not used [-Wunused-variable]
7 | static int marc[1505][1505];
| ^~~~
Bob.cpp: In function 'void Alice(int, int, int*, int*)':
Bob.cpp:30:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
30 | for(int i = 0; i < vgrafo.size(); i++){
| ~~^~~~~~~~~~~~~~~
Bob.cpp: At global scope:
Bob.cpp:7:12: warning: 'marc' defined but not used [-Wunused-variable]
7 | static int marc[1505][1505];
| ^~~~
/tmp/ccyKNFcq.o: In function `main':
grader_bob.cpp:(.text.startup+0xcb): undefined reference to `Bob(int, int, int*, int*)'
/tmp/cc9vBWIY.o: In function `Alice(int, int, int*, int*)':
Bob.cpp:(.text+0x25b): undefined reference to `InitG(int, int)'
Bob.cpp:(.text+0x280): undefined reference to `MakeG(int, int, int)'
collect2: error: ld returned 1 exit status