QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#362751 | #8509. Expanding STACKS! | ucup-team3300# | Compile Error | / | / | C++14 | 1.4kb | 2024-03-23 17:00:58 | 2024-03-23 17:01:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:89:56: error: ‘ou’ was not declared in this scope; did you mean ‘ok’? 89 | for(int i = 1; i <= n; i++) cout << op[ou[i]]; | ^~ | ok