Problem lcm
User Red123
Submission Time 2025-03-09 10:06:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcm.cpp: In function β€˜int main()’:
lcm.cpp:18:11: error: no match for call to β€˜(std::ostream {aka std::basic_ostream<char>}) (long long int)’
18 | cout (a*b)/gcd(a, b);
| ^