QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#748265 | #8221. 多方计算 | Huluobo | Compile Error | / | / | C++14 | 588b | 2024-11-14 19:51:38 | 2024-11-14 19:51:39 |
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:14:22: error: ‘b1’ was not declared in this scope; did you mean ‘k1’? 14 | if(b+b1>=0) b=b+m+b2; | ^~ | k1 answer.code:14:33: error: ‘m’ was not declared in this scope 14 | if(b+b1>=0) b=b+m+b2; | ^ answer.code:14:35: error: ‘b2’ was not declared in this scope; did you mean ‘k2’? 14 | if(b+b1>=0) b=b+m+b2; | ^~ | k2 answer.code:15:26: error: ‘m’ was not declared in this scope 15 | else b=b+m+b1+b3; | ^ answer.code:15:31: error: ‘b3’ was not declared in this scope; did you mean ‘k3’? 15 | else b=b+m+b1+b3; | ^~ | k3 answer.code:18:9: error: ‘pos’ was not declared in this scope; did you mean ‘pow’? 18 | pos=b; | ^~~ | pow