Main.cc: In function 'int main()':
Main.cc:8:16: error: 'i' was not declared in this scope
for(char x='Z';i>='A';--) {
^
Main.cc:8:25: error: expected primary-expression before ')' token
for(char x='Z';i>='A';--) {
^