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