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