Problem arrayfind
User jxlau
Submission Time 2024-04-05 15:24:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int32_t main()’:
arrayfind.cpp:24:3: error: ‘let’ was not declared in this scope
24 | let lb = nums.lower_bound(q) - nums.begin();
| ^~~
arrayfind.cpp:25:37: error: ‘lb’ was not declared in this scope
25 | int greater = nums.size() - lb + 1;
| ^~