Problem belittle
User PlayVoltz
Submission Time 2023-05-19 16:52:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

belittle.cpp: In function ‘std::vector<int> Lsplit(std::vector<int>, int)’:
belittle.cpp:8:26: error: expected ‘;’ before ‘}’ token
8 | temp.push_back(vect[i])
| ^
| ;
9 | }
| ~
belittle.cpp: In function ‘std::vector<int> Rsplit(std::vector<int>, int)’:
belittle.cpp:16:26: error: expected ‘;’ before ‘}’ token
16 | temp.push_back(vect[i])
| ^
| ;
17 | }
| ~
belittle.cpp: In function ‘int main()’:
belittle.cpp:31:18: error: ‘num’ was not declared in this scope; did you mean ‘num3’?
31 | vect.push_back(num);
| ^~~
| num3
belittle.cpp:37:23: error: no matching function for call to ‘min(std::vector<int>&)’
37 | cout<<min((min(Lvect)*max(Lv