QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#272239 | #7738. Equivalent Rewriting | ucup-team2055# | Compile Error | / | / | C++14 | 1.1kb | 2023-12-02 16:36:12 | 2023-12-02 16:36:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve()’: answer.code:15:14: error: ‘num’ was not declared in this scope; did you mean ‘enum’? 15 | cin>>num[i]; | ^~~ | enum answer.code:24:22: error: ‘num’ was not declared in this scope; did you mean ‘enum’? 24 | for(ll j=0;j<num[i];j++){ | ^~~ | enum answer.code:27:23: error: ‘num’ was not declared in this scope; did you mean ‘enum’? 27 | for(ll j=0;j<num[i+1];j++){ | ^~~ | enum