Problem | lcm |
---|---|
User | Elaine |
Submission Time | 2023-03-11 20:01:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lcm.cpp:17:34: error: missing terminating " character
17 | cout << (x*y)/(gcd (x,y)) << "/n;
| ^~~~
lcm.cpp: In function βint main()β:
lcm.cpp:18:3: error: expected primary-expression before β}β token
18 | }
| ^