Utilizator |
Problema |
Data |
Compilator |
Scor |
|---|---|---|---|---|
23 Februarie 2026, 20:29 |
c++20 |
E.C. |
main.cpp: In function ‘int main()’:
main.cpp:35:35: error: expected initializer before ‘i’
35 | vector<pair<int, int>> poziti i;
| ^
main.cpp:36:5: error: ‘pozitii’ was not declared in this scope
36 | pozitii.reserve(LOG);
| ^~~~~~~
main.cpp:51:29: error: ‘bit’ was not declared in this scope
51 | or_partial|=(1<<bit);
| ^~~