Pagini recente » Borderou de evaluare (job #834056) | Borderou de evaluare (job #2910213) | Borderou de evaluare (job #154518) | Borderou de evaluare (job #2297098) | Borderou de evaluare (job #2508411)
Borderou de evaluare (job #2508411)
Raport evaluator
Compilare:
main.cpp: In constructor 'Graf::Graf(int, int, int, int)':
main.cpp:23:18: warning: 'Graf::z' will be initialized after [-Wreorder]
int n, x, y, z;
^
main.cpp:20:25: warning: 'std::vector<std::vector<int> > Graf::adj' [-Wreorder]
vector <vector <int> > adj;
^~~
main.cpp:25:2: warning: when initialized here [-Wreorder]
Graf(int n, int x, int y, int z) : n(n), x(x), y(y), z(z), adj(n + 1), siz(n + 1) {}
^~~~
main.cpp: In member function 'bool Graf::solve()':
main.cpp:35:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(y > z)
^~
main.cpp:38:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
dfs2(1, 1);
^~~~
main.cpp: At global scope:
main.cpp:125:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
main()
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 2ms | 131kb | Incorect | 0 |
2 | 3ms | 131kb | Incorect | 0 |
3 | 11ms | 262kb | Incorect | 0 |
4 | 11ms | 262kb | Incorect | 0 |
5 | 54ms | 532kb | Incorect | 0 |
6 | 49ms | 479kb | Incorect | 0 |
7 | 90ms | 737kb | Incorect | 0 |
8 | 598ms | 5144kb | Incorect | 0 |
9 | 1331ms | 6516kb | Incorect | 0 |
10 | 1141ms | 6479kb | Incorect | 0 |
Punctaj total | 0 |