![]() |
#2
helloworld222008-11-19 22:29
|
#include <iostream>
using namespace std;
enum abc{a1,a2,a3,a4};
int main()
{
abc x;
cout<<x;
}
![]() |
#2
helloworld222008-11-19 22:29
|
![]() |
#3
zqm02092008-11-20 11:25
|
![]() |
#4
heibai2008-11-20 12:54
|
![]() |
#5
newyj2008-11-20 13:04
|
![]() |
#6
myelio2008-11-21 08:55
|