QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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]; | ^~~