Owl Get a Life
feast.cpp: In function ‘int main()’:feast.cpp:20:6: error: redeclaration of ‘int k’ 20 | int k = 1; | ^feast.cpp:7:11: note: ‘int k’ previously declared here 7 | int n,k; | ^