Problem | thedarknight |
---|---|
User | JerryCodebreaker |
Submission Time | 2024-12-09 14:53:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
thedarknight.cpp: In function ‘int main()’:
thedarknight.cpp:10:2: error: expected ‘,’ or ‘;’ before ‘__int128’
10 | __int128 ans=n2/lcm(a2,b2);
| ^~~~~~~~
thedarknight.cpp:11:21: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
11 | cout << (long long)ans;
| ^~~
| abs