Problem thedarknight
User PlayVoltz
Submission Time 2024-09-19 08:14:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

thedarknight.cpp: In function ‘int32_t main()’:
thedarknight.cpp:37:11: error: conflicting declaration ‘__int128 c’
37 | __int128 c = n/(a*b/gcd(a, b));
| ^
thedarknight.cpp:34:15: note: previous declaration as ‘long long int c’
34 | int a, b, n, c;
| ^