QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#487085 | #4929. Longest Unfriendly Subsequence | GuanYunchang | Compile Error | / | / | C++17 | 227b | 2024-07-22 16:07:33 | 2024-07-22 16:07:33 |
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:6:24: error: ‘n’ was not declared in this scope 6 | for(int i=1;i<=n;i++){ | ^