Problem lis_easy
User Enigma
Submission Time 2023-11-10 09:17:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function β€˜int main()’:
lis_easy.cpp:9:36: error: a function-definition is not allowed here before β€˜{’ token
9 | int lengthOfLIS(vector<int>& nums) {
| ^