Borderou de evaluare (job #805409)

Utilizator avatar divaddd David Curca divaddd IP ascuns
Problemă Călin (clasele 9-12) Compilator cpp-32 | vezi sursa
Rundă Arhiva de probleme Status evaluat
Dată 22 ian. 2025 03:32:24 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:62:12: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 62 | auto [l, r] = curr; | ^ main.cpp:68:8: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 68 | auto [l, r] = curr; | ^ main.cpp:79:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 79 | for(auto [l, r]: updates[i]){ | ^ main.cpp:115:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 115 | for(auto [l, r, idx]: queries[i]){ | ^