QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#472184 | #4928. Game With Numbers | MaMengQi | Compile Error | / | / | C++14 | 691b | 2024-07-11 14:56:21 | 2024-07-11 14:56:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘long long int jg(long long int, std::vector<long long int>)’: answer.code:23:31: error: ‘d’ was not declared in this scope 23 | if(de%2)return min(jg(d+1,p),jg(d+1,q)); | ^ answer.code:24:28: error: ‘d’ was not declared in this scope 24 | else return max(jg(d+1,p),jg(d+1,q)); | ^