Problem lcm
User Hytoh
Submission Time 2023-04-19 12:56:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcm.cpp: In function ‘int main()’:
lcm.cpp:6:2: error: expected initializer before ‘cin’
6 | cin >> a >> b;
| ^~~
lcm.cpp:8:13: error: ‘b’ was not declared in this scope
8 | cout << (a*b)/ __gcd(a, b) << endl;
| ^