0_0_29900659_5751.cpp: In function 'int main()':
0_0_29900659_5751.cpp:9:3: error: expected ',' or ';' before 'list'
list<int>mylist;
^
0_0_29900659_5751.cpp:11:24: error: 'mylist' was not declared in this scope
for(int i=1;i<=n;i++)mylist.push(i);
^
0_0_29900659_5751.cpp:12:9: error: 'mylist' was not declared in this scope
while(mylist.size()<=3)
^
0_0_29900659_5751.cpp:21:10: error: 'mylist' was not declared in this scope
for(it=mylist.begin();it!=mylist.end();it++)
^
|