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