QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#855738 | #9915. General Symmetry | gg_gong | Compile Error | / | / | C++20 | 2.0kb | 2025-01-13 10:08:25 | 2025-01-13 10:08:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:56:38: error: ‘m’ was not declared in this scope 56 | for(int i=min(0,a[j]-m);i<=max(1000,a[j]+m);i++) | ^