QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#202940 | #7406. Longest Lyndon Prefix | MaMengQi | Compile Error | / | / | C++17 | 3.1kb | 2023-10-06 14:14:58 | 2023-10-06 14:14:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:102:12: error: cannot convert ‘char*’ to ‘int*’ 102 | get_sa(s,n); | ^ | | | char* answer.code:26:18: note: initializing argument 1 of ‘void get_sa(int*, int)’ 26 | void get_sa(int *s,int len){ | ~~~~~^