QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#675436 | #5465. Maximum GCD | MaMengQi | Compile Error | / | / | C++17 | 1.8kb | 2024-10-25 18:35:36 | 2024-10-25 18:35:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:71:19: error: ‘mn’ was not declared in this scope; did you mean ‘n’? 71 | if(ok) cout << mn << "\n"; | ^~ | n