Problem lcm
User usernamehere
Submission Time 2024-04-06 10:18:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcm.cpp: In function ‘int main()’:
lcm.cpp:20:13: error: conflicting declaration ‘long long int ab’
20 | long long ab = (long long)(a*b);
| ^~
lcm.cpp:19:13: note: previous declaration as ‘int ab’
19 | int a, b, ab;
| ^~