QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#502027 | #9156. 百万富翁 | bobcheeseburger# | Compile Error | / | / | C++17 | 5.4kb | 2024-08-03 00:35:38 | 2024-08-03 00:35:39 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
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