QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#382312 | #6395. Equation Discovering | GuanYunchang | Compile Error | / | / | C++17 | 3.1kb | 2024-04-08 12:02:44 | 2024-04-08 12:02:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:33:12: error: declaration of ‘op node::op’ changes meaning of ‘op’ [-Wchanges-meaning] 33 | op op = NONE; | ^~ answer.code:33:9: note: used here to mean ‘enum op’ 33 | op op = NONE; | ^~ answer.code:19:6: note: declared here 19 | enum op | ^~