QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#659174#6679. Not Another Path Query ProblemGuanYunchangCompile Error//C++201.8kb2024-10-19 19:02:292024-10-19 19:02:35

详细

answer.code:24:1: error: ISO C++ forbids declaration of ‘bitPrint’ with no type [-fpermissive]
   24 | bitPrint(ll num){
      | ^~~~~~~~
answer.code: In function ‘int bitPrint(long long int)’:
answer.code:27:1: warning: no return statement in function returning non-void [-Wreturn-type]
   27 | }
      | ^