Main.cc: In function 'int main()':
Main.cc:7:32: error: expected primary-expression before '}' token
for(char i=a+96;i>=char(b);i++)}
^
Main.cc:5:6: warning: unused variable 'i' [-Wunused-variable]
char i;
^
Main.cc: At global scope:
Main.cc:8:1: error: 'cout' does not name a type
cout<