QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#243408 | #3040. Container | ZhaoZiLong | Compile Error | / | / | C++20 | 4.6kb | 2023-11-08 10:14:25 | 2023-11-08 10:14:25 |
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:48:5: error: request for member ‘insert’ in ‘a’, which is of non-class type ‘char [510]’ 48 | a.insert(a.begin(), '\0'); | ^~~~~~ answer.code:48:14: error: request for member ‘begin’ in ‘a’, which is of non-class type ‘char [510]’ 48 | a.insert(a.begin(), '\0'); | ^~~~~ answer.code:49:5: error: request for member ‘insert’ in ‘b’, which is of non-class type ‘char [510]’ 49 | b.insert(b.begin(), '\0'); | ^~~~~~ answer.code:49:14: error: request for member ‘begin’ in ‘b’, which is of non-class type ‘char [510]’ 49 | b.insert(b.begin(), '\0'); | ^~~~~