QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#261190 | #7758. Painter | ucup-team984# | Compile Error | / | / | C++17 | 858b | 2023-11-22 18:51:34 | 2023-11-22 18:51:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solve()’: answer.code:26:11: error: request for member ‘push_back’ in ‘a’, which is of non-class type ‘long long int [1010]’ 26 | a.push_back(x); | ^~~~~~~~~ answer.code:31:11: error: request for member ‘push_back’ in ‘b’, which is of non-class type ‘long long int [1010]’ 31 | b.push_back(x); | ^~~~~~~~~