Utilizator |
Problema |
Data |
Compilator |
Scor |
|---|---|---|---|---|
2 August 2023, 23:05 |
c++20 |
100.0 |
main.cpp: In function ‘void DFS1(int, int)’:
main.cpp:23:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
23 | for (int i = 0; i < G[node].size(); i++) {
| ~~^~~~~~~~~~~~~~~~
main.cpp: In function ‘int main()’:
main.cpp:55:16: warning: unused variable ‘y’ [-Wunused-variable]
55 | int x, y;
| ^
Test |
Mesaj evaluator |
Timp execuție |
Memorie |
Scor |
|---|---|---|---|---|
|
1
|
correct |
0,015 |
24.3MB |
10,0 |
|
2
|
correct |
0,167 |
45.98MB |
10,0 |
|
3
|
correct |
0,013 |
24.37MB |
10,0 |
|
4
|
correct |
0,015 |
24.5MB |
10,0 |
|
5
|
correct |
0,015 |
24.47MB |
10,0 |
|
6
|
correct |
0,024 |
25.74MB |
10,0 |
|
7
|
correct |
0,062 |
31.56MB |
10,0 |
|
8
|
correct |
0,087 |
35.08MB |
10,0 |
|
9
|
correct |
0,149 |
43.01MB |
10,0 |
|
10
|
correct |
0,157 |
44.46MB |
10,0 |