Problem lunchbox
User Rndm123
Submission Time 2023-03-29 17:11:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:2: error: ‘vect’ was not declared in this scope
9 | vect<int> arr;
| ^~~~
lunchbox.cpp:9:7: error: expected primary-expression before ‘int’
9 | vect<int> arr;
| ^~~
lunchbox.cpp:15:3: error: ‘arr’ was not declared in this scope
15 | arr.push_back(temp);
| ^~~
lunchbox.cpp:18:7: error: ‘arr’ was not declared in this scope
18 | sort(arr.begin(),arr.end());
| ^~~