Main.cc: In function ‘long long int findlcm(std::vector&)’:
Main.cc:35:18: error: ‘lcm’ was not declared in this scope
35 | result = lcm(result, num);
| ^~~
Main.cc: In function ‘int main()’:
Main.cc:65:8: warning: unused variable ‘e’ [-Wunused-variable]
65 | ll e = findlcm(b);
| ^