Problem | lcm |
---|---|
User | Red123 |
Submission Time | 2025-03-09 10:06:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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);
| ^