QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#402969#7863. Parity GameZhangYiDeCompile Error//C++143.1kb2024-05-01 19:04:562024-05-01 19:04:56

详细

answer.code: In function ‘bool zhao(long long int)’:
answer.code:17:25: error: return-statement with no value, in function returning ‘bool’ [-fpermissive]
   17 |                         return;
      |                         ^~~~~~
answer.code:30:25: error: return-statement with no value, in function returning ‘bool’ [-fpermissive]
   30 |                         return;
      |                         ^~~~~~