Skip to content

Instantly share code, notes, and snippets.

@TAK-EMI
Last active December 13, 2015 21:19
Show Gist options
  • Save TAK-EMI/4976802 to your computer and use it in GitHub Desktop.
Save TAK-EMI/4976802 to your computer and use it in GitHub Desktop.
これってNGが出力されることってあるんだろうか?
fk_Edge *e = s->getNextE(NULL);
while(e != NULL)
{
if(!s->existEdge(e))
cout << "NG" << endl;
e = s->getNextE(e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment