Update TopoSort.mdx

This commit is contained in:
nchn27 2020-07-19 04:57:57 -04:00 committed by GitHub
parent 1e3fb6fd3e
commit e74639fad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ void compute() {
}
int main() {
int main() { //See "Intro - Fast I/O" for more information about the first two lines in the main function
ios_base::sync_with_stdio(false);
cin.tie(NULL);