diff --git a/dfa.cpp b/dfa.cpp index 5bab1e9..fd40027 100644 --- a/dfa.cpp +++ b/dfa.cpp @@ -8,7 +8,7 @@ using namespace std; #define si set #define pb(v, x) v.push_back(x) - +// Hello vector set_of_inputs; int initial_state = 0; int number_of_states;