a()1 int a() { return 0; } b()2 int b() { return 1; } c()3 int c() { return 2; } d()4 int d() { return 3; } 5