В следующем C ++ коде: typedef enum { a, b, c } Test; int foo(Test test) { switch (test) { case a:...