摘要: case使用例子 #include <iostream> using namespace std; int main() { char choice; cout << "Enter A, B, or C: "; cin >> choice; switch (choice) { case 'A' : 阅读全文
posted @ 2021-07-02 19:59 赴生 阅读(402) 评论(0) 推荐(0)