QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#502027#9156. 百万富翁bobcheeseburger#Compile Error//C++175.4kb2024-08-03 00:35:382024-08-03 00:35:39

詳細信息

answer.code: In function ‘long long int richest(long long int, long long int, long long int)’:
answer.code:116:1: warning: no return statement in function returning non-void [-Wreturn-type]
  116 | }
      | ^
/usr/bin/ld: /tmp/ccqFYH4P.o: in function `main':
implementer.cpp:(.text.startup+0x1df): undefined reference to `richest(int, int, int)'
collect2: error: ld returned 1 exit status