Directed unweighted graph with N nodes numbered from 0 to N-1. Has M edges.

Format of files:

First line contains value of N
Second line contains value of M
Next M lines contain edges  node-from node-to