Problem catlunch
User Altlastor
Submission Time 2024-06-15 23:37:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp:7:5: error: ‘long long int index’ redeclared as different kind of entity
7 | int index = 0;
| ^~~~~
In file included from /usr/include/string.h:432,
from /usr/include/c++/9/cstring:42,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:48,
from catlunch.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
| ^~~~~