Main.cc: In function ‘int main()’: Main.cc:14:11: error: ‘cnt’ was not declared in this scope sort(a,a+cnt,cmp); ^~~ Main.cc:14:11: note: suggested alternative: ‘cnt2’ sort(a,a+cnt,cmp); ^~~ cnt2