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