0_0_38933578_4366.cpp: In function 'void solve(long long int)':
0_0_38933578_4366.cpp:10:13: error: 'i' was not declared in this scope
10 | cir(i,1,n)
| ^
0_0_38933578_4366.cpp:10:9: error: 'cir' was not declared in this scope
10 | cir(i,1,n)
| ^~~
0_0_38933578_4366.cpp:15:9: error: 'i' was not declared in this scope
15 | cir(i,2,k-1)
| ^
0_0_38933578_4366.cpp:15:5: error: 'cir' was not declared in this scope
15 | cir(i,2,k-1)
| ^~~
|