Problem thedarknight
User kit17
Submission Time 2026-05-21 16:57:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

thedarknight.cpp: In function ‘int main()’:
thedarknight.cpp:9:12: error: expected ‘;’ before ‘}’ token
9 | cout << 0
| ^
| ;
10 | }else if (n/lcm>=0){
| ~