Main.cc: In function 'int main()':
Main.cc:8:4: error: 'inta' was not declared in this scope
inta, b;
^
Main.cc:8:10: error: 'b' was not declared in this scope
inta, b;
^
Main.cc:9:11: error: 'a' was not declared in this scope
cin>> a >> b;
^
Main.cc:11:9: warning: unused variable 'free_chicken' [-Wunused-variable]
int free_chicken = groups;
^