Main.cc: In function ‘int main()’:
Main.cc:14:13: error: ‘cnt’ was not declared in this scope
cnt++;
^~~
Main.cc:14:13: note: suggested alternative: ‘int’
cnt++;
^~~
int
Main.cc:17:11: error: ‘cnt’ was not declared in this scope
cout<