Borderou de evaluare (job #670258)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Alpine (clasele 10-12) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 17 oct. 2022 18:28:02 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:17:25: error: 'std::vector<int> index [1005]' redeclared as different kind of entity
17 | vector <int> index[MAX_K];
| ^
In file included from /usr/include/string.h:462,
from /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/cstring:42,
from /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/i686-pc-linux-gnu/bits/stdc++.h:48,
from main.cpp:1:
/usr/include/strings.h:61:1: note: previous declaration 'const char* index(const char*, int)'
61 | index (const char *__s, int __c) __THROW
| ^~~~~