QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#836928 | #8701. Border | ZhangYiDe | Compile Error | / | / | C++14 | 2.0kb | 2024-12-29 10:27:15 | 2024-12-29 10:27:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:22:41: error: parameter ‘s’ may not appear in this context 22 | void In(char *s, int l = strlen(s)){ | ^