g++ cpp-enum.cpp -o a.out #include <stdio.h> enum fruit { apple, banana, lemon, mango, orange }; int main() { printf("%d\n", apple);
確定! 回上一頁