Problem thedarknight
User jyothircool
Submission Time 2024-10-10 14:49:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

thedarknight.cpp: In function ‘int main()’:
thedarknight.cpp:15:2: error: expected unqualified-id before ‘int’
15 | int b
| ^~~
thedarknight.cpp:17:17: error: ‘b’ was not declared in this scope
17 | cin >> a >> b >> n;
| ^
thedarknight.cpp:17:22: error: ‘n’ was not declared in this scope
17 | cin >> a >> b >> n;
| ^
thedarknight.cpp:18:18: error: ‘lcm’ was not declared in this scope
18 | int lcm_ab = lcm(a, b);
| ^~~