Borderou de evaluare (job #720668)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Sum Update & Query (clasa a 10-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 21 mai 2023 21:14:39 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:59:12: error: request for member 'begin' in 'V', which is of non-class type 'int [15010]'
59 | iota(V.begin(), V.end(), 1);
| ^~~~~
main.cpp:59:23: error: request for member 'end' in 'V', which is of non-class type 'int [15010]'
59 | iota(V.begin(), V.end(), 1);
| ^~~