QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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