QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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) | ~~~~~~~~~~~~^~~