QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#175020 | #7184. Transport Pluses | ucup-team1945# | Compile Error | / | / | C++23 | 5.9kb | 2023-09-10 15:42:05 | 2023-09-10 15:42:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:87:5: error: redefinition of ‘int main()’ 87 | int main(){ | ^~~~ answer.code:4:5: note: ‘int main()’ previously defined here 4 | int main(){ | ^~~~