QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ~~~