QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#236669 | #5422. Perfect Palindrome | HuangHanSheng | Compile Error | / | / | C++20 | 301b | 2023-11-04 09:45:07 | 2023-11-04 09:45:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:11:12: error: invalid conversion from ‘int’ to ‘const char*’ [-fpermissive] 11 | len=strlen(len); | ^~~ | | | int In file included from answer.code:2: /usr/include/string.h:385:35: note: initializing argument 1 of ‘size_t strlen(const char*)’ 385 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~