QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#254973 | #7758. Painter | ucup-team2438# | Compile Error | / | / | C++20 | 2.9kb | 2023-11-18 14:23:54 | 2023-11-18 14:23:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:16:7: error: declaration of ‘r node::r’ changes meaning of ‘r’ [-fpermissive] 16 | r r; | ^ answer.code:10:8: note: ‘r’ declared here as ‘struct r’ 10 | struct r{ | ^ answer.code:17:7: error: declaration of ‘c node::c’ changes meaning of ‘c’ [-fpermissive] 17 | c c; | ^ answer.code:6:8: note: ‘c’ declared here as ‘struct c’ 6 | struct c{ | ^