0_0_39578010_608.cpp: In function 'void solve()': 0_0_39578010_608.cpp:91:28: error: 'i' was not declared in this scope 91 | Cnk = (Cnk - C(n - i, k) + mo998) % mo998; | ^