QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#748275 | #8221. 多方计算 | Huluobo | Compile Error | / | / | C++14 | 588b | 2024-11-14 19:52:59 | 2024-11-14 19:53:01 |
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:14:22: error: ‘b1’ was not declared in this scope; did you mean ‘k1’? 14 | if(b+b1>=0) b=b+M+k2; | ^~ | k1 answer.code:18:9: error: ‘pos’ was not declared in this scope; did you mean ‘pow’? 18 | pos=b; | ^~~ | pow