grader.c: In function 'int main()':
grader.c:48:11: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf ("%d%d%d%d", &N, &a, &b, &M);
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
grader.c:51:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &distance[u][v]);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/tmp/cc6MTwS4.o: In function `main':
grader.c:(.text.startup+0x0): multiple definition of `main'
/tmp/ccRLqf4M.o:network.cpp:(.text.startup+0x0): first defined here
collect2: error: ld returned 1 exit status