QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#58461 | #3846. Link-Cut Tree | HuangHanSheng | Compile Error | / | / | C++11 | 2.1kb | 2022-10-26 15:49:22 | 2022-10-26 15:49:22 |
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:82:20: error: ‘aa’ was not declared in this scope; did you mean ‘a’? 82 | cin >> aa[i] >> bb[i]; | ^~ | a answer.code:82:29: error: ‘bb’ was not declared in this scope; did you mean ‘b’? 82 | cin >> aa[i] >> bb[i]; | ^~ | b answer.code:85:17: error: ‘aa’ was not declared in this scope; did you mean ‘a’? 85 | a = aa[i]; | ^~ | a answer.code:86:17: error: ‘bb’ was not declared in this scope; did you mean ‘b’? 86 | b = bb[i]; | ^~ | b