Problem thedarknight
User bz
Submission Time 2024-10-05 10:15:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

thedarknight.cpp: In function ‘int main()’:
thedarknight.cpp:32:19: error: ‘sll’ was not declared in this scope; did you mean ‘ull’?
32 | cout << (ll)((sll)n/(sll)lcm(a, b));
| ^~~
| ull
thedarknight.cpp:32:23: error: expected ‘)’ before ‘n’
32 | cout << (ll)((sll)n/(sll)lcm(a, b));
| ~ ^
| )