QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#675190 | #5465. Maximum GCD | GuanYunchang | Compile Error | / | / | C++17 | 606b | 2024-10-25 18:05:51 | 2024-10-25 18:05:52 |
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:20:13: error: ‘i’ was not declared in this scope 20 | cout<<arr[i]; | ^