Utilizator |
Problema |
Data |
Compilator |
Scor |
|---|---|---|---|---|
15 Februarie 2024, 18:02 |
c++14 |
E.C. |
main.cpp: In function ‘int main()’:
main.cpp:35:9: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
35 | sort(V + 1, V + 1 + N, [](int A, int B) { return G[A].size() > G[B].size(); });
| ^~~~
| short