Pagini recente » Borderou de evaluare (job #70560) | Borderou de evaluare (job #398242) | Borderou de evaluare (job #2934233) | Borderou de evaluare (job #2680308) | Borderou de evaluare (job #2508296)
Borderou de evaluare (job #2508296)
Raport evaluator
Compilare:
main.cpp: In constructor 'Graf::Graf(int, int, int, int)':
main.cpp:28:6: warning: 'Graf::n' will be initialized after [-Wreorder]
int n;
^
main.cpp:27:6: warning: 'int Graf::x' [-Wreorder]
int x, y, z;
^
main.cpp:30: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), euler(2 * n - 1), siz(n), in(n), out(n)
^~~~
main.cpp:27:12: warning: 'Graf::z' will be initialized after [-Wreorder]
int x, y, z;
^
main.cpp:12:25: warning: 'std::vector<std::vector<int> > Graf::adj' [-Wreorder]
vector <vector <int> > adj;
^~~
main.cpp:30: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), euler(2 * n - 1), siz(n), in(n), out(n)
^~~~
main.cpp: At global scope:
main.cpp:142:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
main()
^
main.cpp: In member function 'bool Graf::get(int, int, int, int)':
main.cpp:79:2: warning: control reaches end of non-void function [-Wreturn-type]
}
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 3ms | 131kb | Incorect | 0 |
2 | 3ms | 131kb | OK | 10 |
3 | 11ms | 262kb | Incorect | 0 |
4 | 11ms | 262kb | OK | 10 |
5 | 53ms | 638kb | OK | 10 |
6 | 49ms | 581kb | OK | 10 |
7 | 91ms | 888kb | OK | 10 |
8 | 525ms | 6488kb | OK | 10 |
9 | 1127ms | 8007kb | OK | 10 |
10 | 1066ms | 8007kb | OK | 10 |
Punctaj total | 80 |