I use g++ to compile the .c file(in that file is write by c++)
and then, it said:
I don't think my file was wrong, however the file looks like:
#include <iostream>
#include <fstream> // File i/o.
using namespace std;
const short int VERTICES = 318;
const short int n = 318;
const int LARGE = 10000.0;
const int m = n*(n-1)/2;
Can anyone tell me how to solve this problem?