QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#877668 | #8620. Jigsaw Puzzle | ucup-team359 | Compile Error | / | / | C++20 | 5.5kb | 2025-02-01 00:20:01 | 2025-02-01 00:20:02 |
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:171:16: error: ‘struct SVG’ has no member named ‘line’ 171 | pp.line(poly[i][j].x, poly[i][j].y, poly[i][(j + 1) % (int)poly[i].size()].x, poly[i][(j + 1) % (int)poly[i].size()].y); | ^~~~ answer.code:174:8: error: ‘struct SVG’ has no member named ‘line’ 174 | pp.line(0, 0, 1, 1); | ^~~~