QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#355584#1366. Exam ManipulationZhangYiDeCompile Error//C++111016b2024-03-16 21:24:332024-03-16 21:24:33

详细

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(){
      |     ^~~~