Pagini recente » Borderou de evaluare (job #2781047) | Monitorul de evaluare | Borderou de evaluare (job #2222478) | Borderou de evaluare (job #1430230) | Borderou de evaluare (job #3165365)
Borderou de evaluare (job #3165365)
Raport evaluator
Compilare:
main.cpp: In constructor 'Graph::Graph(int, std::vector<std::vector<int> >&)':
main.cpp:32:25: warning: 'Graph::graph' will be initialized after [-Wreorder]
32 | vector<vector<int>> graph; // Lista de adiacență
| ^~~~~
main.cpp:31:17: warning: 'std::vector<int> Graph::dplus' [-Wreorder]
31 | vector<int> dplus; // grad + (degree +)
| ^~~~~
main.cpp:48:5: warning: when initialized here [-Wreorder]
48 | Graph(int numCourses, vector<vector<int>>& prerequisites) : n(numCourses), graph(numCourses), dplus(numCourses, 0) {
| ^~~~~
main.cpp: In constructor 'Graph::Graph(int, std::vector<std::vector<int> >&, std::string)':
main.cpp:30:9: warning: 'Graph::n' will be initialized after [-Wreorder]
30 | int n,m,pl, pc, cl, cc,k;
| ^
main.cpp:28:27: warning: 'std::vector<int> Graph::recursie' [-Wreorder]
28 | vector<int> color,dfs,recursie; ///Nestiut = -1 , A = 0 ,B=0
| ^~~~~~~~
main.cpp:72:5: warning: when initialized here [-Wreorder]
72 | Graph(int n, vector<vector<int>>& connections , string aux) :n(n),recursie(n,0) ,graph(n), visitat(n, false) {
| ^~~~~
main.cpp:32:25: warning: 'Graph::graph' will be initialized after [-Wreorder]
32 | vector<vector<int>> graph; // Lista de adiacență
| ^~~~~
main.cpp:29:18: warning: 'std::vector<bool> Graph::visitat' [-Wreorder]
29 | vector<bool> visitat;
| ^~~~~~~
main.cpp:72:5: warning: when initialized here [-Wreorder]
72 | Graph(int n, vector<vector<int>>& connections , string aux) :n(n),recursie(n,0) ,graph(n), visitat(n, false) {
| ^~~~~
main.cpp: In constructor 'Graph::Graph(int, int, int)':
main.cpp:30:28: warning: 'Graph::k' will be initialized after [-Wreorder]
30 | int n,m,pl, pc, cl, cc,k;
| ^
main.cpp:30:9: warning: 'int Graph::n' [-Wreorder]
30 | int n,m,pl, pc, cl, cc,k;
| ^
main.cpp:97:5: warning: when initialized here [-Wreorder]
97 | Graph(int n,int m,int k) :m(m),k(k), n(n),patrole(n + 1, vector<int>(420, 0)),adj(n+1),dp(n+1,vector<int>(420, -1)) {
| ^~~~~
main.cpp:43:25: warning: 'Graph::patrole' will be initialized after [-Wreorder]
43 | vector<vector<int>> patrole;
| ^~~~~~~
main.cpp:42:25: warning: 'std::vector<std::vector<int> > Graph::adj' [-Wreorder]
42 | vector<vector<int>> adj;
| ^~~
main.cpp:97:5: warning: when initialized here [-Wreorder]
97 | Graph(int n,int m,int k) :m(m),k(k), n(n),patrole(n + 1, vector<int>(420, 0)),adj(n+1),dp(n+1,vector<int>(420, -1)) {
| ^~~~~
main.cpp: In member function 'std::vector<int> Graph::topologicalSort()':
main.cpp:176:29: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
| 1 | 1ms | 557kb | OK | 3 | 0 |
| 2 | 0ms | 303kb | Incorect | 0 |
| 3 | 0ms | 303kb | Incorect | 0 |
| 4 | 0ms | 303kb | OK | 3 |
| 5 | 0ms | 557kb | OK | 3 |
| 6 | 0ms | 557kb | OK | 3 |
| 7 | 0ms | 557kb | Incorect | 0 |
| 8 | 0ms | 557kb | Incorect | 0 |
| 9 | 1ms | 557kb | Incorect | 0 |
| 10 | 14ms | 35426kb | OK | 3 | 18 |
| 11 | 307ms | 33574kb | OK | 3 |
| 12 | 237ms | 35737kb | OK | 3 |
| 13 | 223ms | 20815kb | OK | 3 |
| 14 | 58ms | 11800kb | OK | 3 |
| 15 | 257ms | 35033kb | OK | 3 |
| 16 | 326ms | 36028kb | Incorect | 0 | 0 |
| 17 | 287ms | 25296kb | OK | 3 |
| 18 | 356ms | 35672kb | Incorect | 0 |
| 19 | 79ms | 32772kb | Incorect | 0 |
| 20 | 69ms | 14524kb | Incorect | 0 |
| 21 | 39ms | 8421kb | Incorect | 0 |
| 22 | 84ms | 35135kb | Incorect | 0 |
| 23 | 336ms | 34877kb | Incorect | 0 |
| 24 | 222ms | 35332kb | OK | 3 |
| 25 | 162ms | 21815kb | Incorect | 0 |
| 26 | 33ms | 15912kb | Incorect | 0 |
| 27 | 356ms | 35766kb | Incorect | 0 | 0 |
| 28 | 287ms | 25288kb | OK | 3 |
| 29 | 356ms | 35676kb | Incorect | 0 |
| 30 | 78ms | 32727kb | Incorect | 0 |
| 31 | 79ms | 14532kb | Incorect | 0 |
| 32 | 44ms | 8421kb | Incorect | 0 |
| 33 | 8ms | 3706kb | Incorect | 0 |
| 34 | 336ms | 34873kb | OK | 3 |
| 35 | 94ms | 35246kb | Incorect | 0 |
| 36 | 64ms | 21442kb | Incorect | 0 |
| 37 | 89ms | 16359kb | Incorect | 0 |
| 38 | 108ms | 35454kb | Incorect | 0 |
| Punctaj total | 16 |