Problem | lcm |
---|---|
User | AltheaZ |
Submission Time | 2023-11-05 11:15:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lcm.cpp: In function ‘int main()’:
lcm.cpp:17:3: error: ‘x’ was not declared in this scope
17 | x=max(a,b);
| ^
lcm.cpp:18:3: error: ‘y’ was not declared in this scope
18 | y=min(a,b);
| ^