QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#562047 | #8221. 多方计算 | Huluobo | Compile Error | / | / | C++14 | 575b | 2024-09-13 14:33:58 | 2024-09-13 14:33:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool transmit(player&, int, int)’: answer.code:13:51: error: ‘struct player’ has no member named ‘lastmessage’; did you mean ‘last_message’? 13 | int i = round - position - 1, lm = player.lastmessage; | ^~~~~~~~~~~ | last_message