QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#771121 | #6542. Optimal Quadratic Function | dkim110807 | Compile Error | / | / | C++17 | 45.7kb | 2024-11-22 09:58:17 | 2024-11-22 09:58:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘std::vector<long double> dkim110807::LP::Seidel::sdlp::solve(int, std::vector<std::vector<long double> >, std::vector<long double>, std::vector<long double>)’: answer.code:1091:58: error: expected ‘;’ before ‘std’ 1091 | for (int i = 0; i <= d; i++) opt[i] = 0;6 | ^ | ; 1092 | 1093 | std::iota(permutation.begin(), permutation.end(), 0); | ~~~