|
|||||||||||||||
ultima problemă
grupă: mică
sursă: OMI 2016 ultimul articol
autor: Prof. Radu Vişinescu
ultimul software
autor: Prof. Emanuela Cerchez
|
Sursa 633094
Mesaj evaluator:
matrice2.cpp:7: error: expected nested-name-specifier before 'T'
matrice2.cpp:7: error: 'T' has not been declared
matrice2.cpp:7: error: expected ';' before '=' token
matrice2.cpp:7: error: expected unqualified-id before '=' token
matrice2.cpp:10: error: 'T' does not name a type
matrice2.cpp:14: error: 'T' was not declared in this scope
matrice2.cpp:14: error: template argument 1 is invalid
matrice2.cpp:14: error: template argument 2 is invalid
matrice2.cpp:17: error: 'T' has not been declared
matrice2.cpp:17: error: 'T' has not been declared
matrice2.cpp:47: error: 'T' was not declared in this scope
matrice2.cpp:47: error: 'T' was not declared in this scope
matrice2.cpp:47: error: template argument 1 is invalid
matrice2.cpp:47: error: template argument 2 is invalid
matrice2.cpp: In member function 'void MFMC::AddEdge(int, int, int, int)':
matrice2.cpp:18: warning: 'auto' will change meaning in C++0x; please remove it
matrice2.cpp:18: error: ISO C++ forbids declaration of 'add' with no type
matrice2.cpp:18: error: expected primary-expression before '[' token
matrice2.cpp:18: error: expected primary-expression before ']' token
matrice2.cpp:18: error: expected primary-expression before 'int'
matrice2.cpp:18: error: expected primary-expression before 'int'
matrice2.cpp:18: error: 'T' was not declared in this scope
matrice2.cpp:18: error: expected ')' before 'cost'
matrice2.cpp:18: error: expected ',' or ';' before '{' token
matrice2.cpp:18: warning: unused variable 'add'
matrice2.cpp:23: error: expected '}' at end of input
matrice2.cpp: In member function 'bool MFMC::relax(int)':
matrice2.cpp:25: warning: 'auto' will change meaning in C++0x; please remove it
matrice2.cpp:25: error: ISO C++ forbids declaration of 'e' with no type
matrice2.cpp:25: error: invalid initialization of reference of type 'const int&' from expression of type 'MFMC::Edge'
matrice2.cpp:26: error: request for member 'from' in 'e', which is of non-class type 'const int'
matrice2.cpp:27: error: 'T' was not declared in this scope
matrice2.cpp:27: error: expected ';' before 'now'
matrice2.cpp:28: error: request for member 'flow' in 'e', which is of non-class type 'const int'
matrice2.cpp:28: error: request for member 'cap' in 'e', which is of non-class type 'const int'
matrice2.cpp:28: error: 'now' was not declared in this scope
matrice2.cpp:28: error: request for member 'to' in 'e', which is of non-class type 'const int'
matrice2.cpp:29: error: request for member 'to' in 'e', which is of non-class type 'const int'
matrice2.cpp:29: error: request for member 'to' in 'e', which is of non-class type 'const int'
matrice2.cpp: In member function 'bool MFMC::dijkstra(int, int)':
matrice2.cpp:33: error: request for member 'assign' in '((MFMC*)this)->MFMC::dist', which is of non-class type 'int'
matrice2.cpp:34: error: 'T' was not declared in this scope
matrice2.cpp:34: error: '>>' should be '> >' within a nested template argument list
matrice2.cpp:34: error: template argument 1 is invalid
matrice2.cpp:34: error: template argument 1 is invalid
matrice2.cpp:34: error: template argument 2 is invalid
matrice2.cpp:34: error: template argument 3 is invalid
matrice2.cpp:34: error: invalid type in declaration before ';' token
matrice2.cpp:35: error: invalid types 'int[int]' for array subscript
matrice2.cpp:35: error: request for member 'emplace' in 'pq', which is of non-class type 'int'
matrice2.cpp:36: error: request for member 'empty' in 'pq', which is of non-class type 'int'
matrice2.cpp:37: error: request for member 'top' in 'pq', which is of non-class type 'int'
matrice2.cpp:37: error: request for member 'top' in 'pq', which is of non-class type 'int'
matrice2.cpp:37: error: request for member 'pop' in 'pq', which is of non-class type 'int'
matrice2.cpp:38: error: invalid types 'int[int]' for array subscript
matrice2.cpp:41: error: request for member 'emplace' in 'pq', which is of non-class type 'int'
matrice2.cpp:41: error: invalid types 'int[int]' for array subscript
matrice2.cpp:44: error: invalid types 'int[int]' for array subscript
matrice2.cpp:44: error: invalid types 'int[int]' for array subscript
matrice2.cpp:44: error: invalid types 'int[int]' for array subscript
matrice2.cpp: In member function 'int MFMC::Compute(int, int)':
matrice2.cpp:48: error: 'T' was not declared in this scope
matrice2.cpp:48: error: expected ';' before 'flow'
matrice2.cpp:50: error: expected ';' before 'now'
matrice2.cpp:52: error: 'now' was not declared in this scope
matrice2.cpp:52: error: 'struct MFMC::Edge' has no member named 'cap'
matrice2.cpp:52: error: 'struct MFMC::Edge' has no member named 'flow'
matrice2.cpp:54: error: 'struct MFMC::Edge' has no member named 'flow'
matrice2.cpp:54: error: 'now' was not declared in this scope
matrice2.cpp:55: error: 'struct MFMC::Edge' has no member named 'flow'
matrice2.cpp:56: error: 'cost' was not declared in this scope
matrice2.cpp:56: error: 'struct MFMC::Edge' has no member named 'cost'
matrice2.cpp:58: error: 'flow' was not declared in this scope
matrice2.cpp:58: error: 'now' was not declared in this scope
matrice2.cpp:60: warning: extended initializer lists only available with -std=c++0x or -std=gnu++0x
matrice2.cpp:60: error: 'flow' was not declared in this scope
matrice2.cpp:60: error: 'cost' was not declared in this scope
matrice2.cpp:60: error: cannot convert '<brace-enclosed initializer list>' to 'int' in return
matrice2.cpp: In member function 'void MFMC::SetPi(int)':
matrice2.cpp:63: error: request for member 'assign' in '((MFMC*)this)->MFMC::dist', which is of non-class type 'int'
matrice2.cpp:63: error: invalid types 'int[int]' for array subscript
matrice2.cpp: In member function 'void MFMC::calcElements(int)':
matrice2.cpp:72: warning: 'auto' will change meaning in C++0x; please remove it
matrice2.cpp:72: error: expected initializer before ':' token
matrice2.cpp:78: error: expected primary-expression at end of input
matrice2.cpp:78: error: expected ';' at end of input
matrice2.cpp:78: error: expected primary-expression at end of input
matrice2.cpp:78: error: expected ')' at end of input
matrice2.cpp:78: error: expected statement at end of input
matrice2.cpp:78: error: expected '}' at end of input
|
||||||||||||||
ajutor |