在 C C++ 中使用 `switch-case````cppinclude using namespace std;int main() {int number = 2;switch (number) {case 1:cout