Problem selectingintervals
User PlayVoltz
Submission Time 2024-01-18 20:18:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

selectingintervals.cpp: In function ‘int32_t main()’:
selectingintervals.cpp:52:46: error: expected ‘;’ before ‘)’ token
52 | for (int i=vect[i].first; i<=vect[i].second)opt[i]=min(opt[i], vect[i].first);
| ^
| ;