QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#780633#9578. 爱上字典ZhangYiDeCompile Error//C++201013b2024-11-25 11:59:552024-11-25 11:59:56

詳細信息

answer.code: In function ‘bool find(char*)’:
answer.code:35:15: error: ordered comparison of pointer with integer zero (‘int*’ and ‘int’)
   35 |         if(cnt>0)
      |            ~~~^~
answer.code:38:1: warning: control reaches end of non-void function [-Wreturn-type]
   38 | }
      | ^