Submisie


Utilizator
Problema
Data
Compilator
Scor
28 Iulie 2026, 12:05
c++14
E.C.

fail

Mesaj compilare

        main.cpp: In function ‘int main()’:
main.cpp:56:5: error: ‘reverse’ was not declared in this scope
   56 |     reverse(queries.begin(), queries.end());
      |     ^~~~~~~
main.cpp:59:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   59 |     for (int i = 1; i < queries.size();++i) {
      |                     ~~^~~~~~~~~~~~~~~~