Borderou de evaluare (job #2877615)

Utilizator EmilanEmilan Emilan Data 25 martie 2022 05:10:45
Problema Picazo Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'void solve()': main.cpp:68:16: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 68 | for (auto &[l, r] : tasks) cin >> l >> r; | ^ main.cpp:72:15: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 72 | for (auto [l, r] : tasks) { | ^ main.cpp:5:21: error: 'size' was not declared in this scope; did you mean 'dysize'? 5 | #define SZ(a) int(size(a)) | ^~~~ main.cpp:80:33: note: in expansion of macro 'SZ' 80 | alive += seg_begin[i] - SZ(seg_end[i]); | ^~ Non zero exit status: 1

Ceva nu functioneaza?