func int main() { int c := getc(); int i := 0; if (c == 97) {i = 1;} if (c == 98) {i = 2;} putint(i); return 0; }