Borderou de evaluare (job #3212275)
Utilizator | Data | 11 martie 2024 15:20:49 | |
---|---|---|---|
Problema | NFA | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In member function 'int l_NFA::getFinishNode(int)':
main.cpp:139:40: error: 'getReachableLambda' was not declared in this scope
139 | std::unordered_set<int> same = getReachableLambda(node);
| ^~~~~~~~~~~~~~~~~~
main.cpp: In member function 'bool l_NFA::acceptedEmpty(bool)':
main.cpp:152:32: error: 'getLambdaPath' was not declared in this scope
152 | std::deque<int> path = getLambdaPath(startState,getFinishNode(startState));
| ^~~~~~~~~~~~~
main.cpp: In member function 'virtual bool l_NFA::accepted(std::string, bool)':
main.cpp:192:21: error: 'printPath' was not declared in this scope
192 | printPath(word, removedNodes);
| ^~~~~~~~~
main.cpp:198:20: error: 'getReachableLambda' was not declared in this scope
198 | same = getReachableLambda(node);
| ^~~~~~~~~~~~~~~~~~
main.cpp: In member function 'NFA l_NFA::to_NFA()':
main.cpp:223:45: error: 'getReachableLambda' was not declared in this scope
223 | std::unordered_set<int> reachable = getReachableLambda(node);
| ^~~~~~~~~~~~~~~~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !