Untitled
unknown
c_cpp
3 years ago
261 B
6
Indexable
int V=7;
list<string> *l=new list<string>[V]; // list<int> *l; l=new list<int>[V];
for(int i=0;i<V;i++){
for(int j=0;j<V;j++){
auto e =scanf("%s",&e);
l[i].push_back("e");
}
}Editor is loading...