QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#405308 | #5655. Train Splitting | ZhangYiDe | Compile Error | / | / | C++20 | 682b | 2024-05-05 16:55:51 | 2024-05-05 16:55:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:20:5: error: redefinition of ‘int ans [100007]’ 20 | int ans[N]; | ^~~ answer.code:14:5: note: ‘int ans [100007]’ previously declared here 14 | int ans[N]; | ^~~