QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#355584 | #1366. Exam Manipulation | ZhangYiDe | Compile Error | / | / | C++11 | 1016b | 2024-03-16 21:24:33 | 2024-03-16 21:24:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:47:5: error: redefinition of ‘int count(std::string)’ 47 | int count(string q){ | ^~~~~ answer.code:8:5: note: ‘int count(std::string)’ previously defined here 8 | int count(string q){ | ^~~~~ answer.code:57:5: error: redefinition of ‘int main()’ 57 | int main(){ | ^~~~ answer.code:18:5: note: ‘int main()’ previously defined here 18 | int main(){ | ^~~~