Problem | lcm |
---|---|
User | penguinzzz |
Submission Time | 2024-02-07 21:31:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lcm.cpp:19:30: error: missing terminating ' character
19 | cout << lcm(a, b) << '\n;
| ^~~~
lcm.cpp: In function βint main()β:
lcm.cpp:20:5: error: expected primary-expression before β}β token
20 | }
| ^