QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#882862 | #3226. Distance Sum | angletrisection | Compile Error | / | / | C++14 | 5.4kb | 2025-02-05 12:06:31 | 2025-02-05 12:06:32 |
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:224:33: error: ‘search_C’ was not declared in this scope; did you mean ‘search_c’? 224 | for (int z = max(0, l - search_C); z <= min(l + search_c, lim); z++) { | ^~~~~~~~ | search_c