#include int main(int argc, char *argv[]) { if (argc < 4) { std::cerr << "USAGE: ./brandes " << std::endl; return 1; } return 0; }