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