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