QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ^~~~~~~~~