QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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