没错,只是不规范
==============================
#include
#include
using namespace std;
int main()
{
list
for(int i=0;i<10;i++)
{
chlist.push_front(i+65);
}
list
for(theiterator=chlist.begin();theiterator!=chlist.end();theiterator++)
{
cout<<*theiterator;
}
return 0;
}