Problem bestplace
User TheRaptor
Submission Time 2023-10-10 19:17:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int32_t main()’:
bestplace.cpp:56:22: error: ‘i’ was not declared in this scope
56 | cout << round(gbest[i]) << ' ' << round(gbest[i+1]) << "\n";
| ^