void runCode(string code) { int c_len = code.length(); unsigned accumulator=0; int bottles; for(int i=0;i 0 ); break; case '+': //Am I the only one finding this one weird? :o accumulator++; break; } } };