QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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++){ | ^