Problem thunderstorm
User Henries
Submission Time 2024-10-18 14:54:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

thunderstorm.cpp: In function ‘int main()’:
thunderstorm.cpp:31:36: error: expected unqualified-id before ‘>’ token
31 | pair<vector<long long>, long long>>p = solve(v,start,end,pos -1);
| ^~
thunderstorm.cpp:32:7: error: ‘p’ was not declared in this scope
32 | v = p.first;
| ^